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 | ??????× | 00111111001111110011111100111111001111110011111111010111 | 3f3f3f3f3f3fd7 |
SJIS-WIN | ?使????× | 001111111000111001100111001111110011111100111111001111111000000101111110 | 3f8e673f3f3f3f817e |
EUC-JP | ?使????× | 001111111011101111001000001111110011111100111111001111111010000111011111 | 3fbbc83f3f3f3fa1df |
UTF-8 | 렻使렫렻렔렻× | 1110101110100000101110111110010010111101101111111110101110100000101010111110101110100000101110111110101110100000100101001110101110100000101110111100001110010111 | eba0bbe4bdbfeba0abeba0bbeba094eba0bbc397 |
UHC | 렻使렫렻렔렻× | 1000111011000011110111101100010110001110101110011000111011000011100011101010100110001110110000111010000110111111 | 8ec3dec58eb98ec38ea98ec3a1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)