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 | ??B?? | 0011111100111111010000100011111100111111 | 3f3f423f3f |
SJIS-WIN | ⅴB丈゙ | 1111000011101011111110100100010001000010100011111110010011011110 | f0ebfa44428fe4de |
EUC-JP | ??B丈゙ | 00111111001111110100001010111110111001101000111011011110 | 3f3f42bee68ede |
UTF-8 | ⅴB丈゙ | 11101110100000101010101011100010100001011011010001000010111001001011100010001000111011111011111010011110 | ee82aae285b442e4b888efbe9e |
UHC | ?ⅴB丈? | 00111111101001011010010101000010111011011101101100111111 | 3fa5a542eddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)