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 | 闇μ?異?? | 100010001100010110000011110010100011111110001000110110010011111100111111 | 88c583ca3f88d93f3f |
EUC-JP | 闇μ?異?? | 101100001100011110100110110011000011111110110000110110110011111100111111 | b0c7a6cc3fb0db3f3f |
UTF-8 | 闇μ슕異쇔♤ | 1110100110010111100001111100111010111100111011001000101010010101111001111001010110110000111011001000011110010100111000101001100110100100 | e99787cebcec8a95e795b0ec8794e299a4 |
UHC | 闇μ슕異쇔♤ | 111001001110000110100101111011001001101010100100111011001011011010111100111001011010001010111011 | e4e1a5ec9aa4ecb6bce5a2bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)