To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 掌х?帳?? | 100011111011011010000100100001110011111110010010101000000011111100111111 | 8fb684873f92a03f3f |
EUC-JP | 掌х?帳?? | 101111101011100010100111111001110011111111000100101000100011111100111111 | beb8a7e73fc4a23f3f |
UTF-8 | 掌х댚帳⑶쎁 | 1110011010001110100011001101000110000101111010111000110010011010111001011011100010110011111000101001000110110110111011001000111010000001 | e68e8cd185eb8c9ae5b8b3e291b6ec8e81 |
UHC | 掌х댚帳⑶쎁 | 111011011110011010101100111001111000100010111110111011011110001110101001111010011001101110101011 | ede6ace788beede3a9e99bab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)