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 | 糯糶゙鰲ニ | 11100010111101111110001011111010111100101110101011011110111010011110000011000110 | e2f7e2faf2eadee9e0c6 |
EUC-JP | 糯糶?゙鰲ニ | 1110010011111001111001001111110000111111100011101101111011110010111000101000111011000110 | e4f9e4fc3f8edef2e28ec6 |
UTF-8 | 糯糶゙鰲ニ | 111001111011001110101111111001111011001110110110111011101000100010100001111011111011111010011110111010011011000010110010111011111011111010000110 | e7b3afe7b3b6ee88a1efbe9ee9b0b2efbe86 |
UHC | ????鰲? | 00111111001111110011111100111111111010001010011100111111 | 3f3f3f3fe8a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)