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 | 亦??意?? | 1001011010010010001111110011111110001000110100110011111100111111 | 96923f3f88d33f3f |
EUC-JP | 亦??意?? | 1100101111110010001111110011111110110000110101010011111100111111 | cbf23f3fb0d53f3f |
UTF-8 | 亦껉꼈意뤻툣 | 111001001011101010100110111010101011101110001001111010101011110010001000111001101000010010001111111010111010010010111011111011011000100010100011 | e4baa6eabb89eabc88e6848feba4bbed88a3 |
UHC | 亦껉꼈意뤻툣 | 111001101011001010000011111010101011001010111100111010111111001010001111111010011011100010011010 | e6b283eab2bcebf28fe9b89a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)