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 | 億????│ | 1000100110101101001111110011111100111111001111111000010010100000 | 89ad3f3f3f3f84a0 |
EUC-JP | 億????│ | 1011001010101111001111110011111100111111001111111010100010100010 | b2af3f3f3f3fa8a2 |
UTF-8 | 億쎻뫔罹덌│ | 111001011000010010000100111011001000111010111011111010111010101110010100111011111010011110100110111010111000110110001100111000101001010010000010 | e58484ec8ebbebab94efa7a6eb8d8ce29482 |
UHC | 億쎻뫔罹덌│ | 111001011110001010011011111000101001000110110110111011001011101010001000111011111010011010100010 | e5e29be291b6ecba88efa6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)