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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 吾?ЧY | 100011001110000100111111100001000101100001011001 | 8ce13f845859 |
EUC-JP | 吾?ЧY | 101110001110001100111111101001111011100101011001 | b8e33fa7b959 |
UTF-8 | 吾몃ЧY | 111001011001000010111110111010111010101010000011110100001010011101011001 | e590beebaa83d0a759 |
UHC | 吾몃ЧY | 11100111111011101011100011101011101011001011100101011001 | e7eeb8ebacb959 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)