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 | 癲??旬?┘ | 111000011001111100111111001111111000111101111011001111111000010010100011 | e19f3f3f8f7b3f84a3 |
| EUC-JP | 癲??旬?┘ | 111000101010000100111111001111111011110111011100001111111010100010100101 | e2a13f3fbddc3fa8a5 |
| UTF-8 | 癲뚯눖旬뱄┘ | 111001111001100110110010111010111001101010101111111010111000100010010110111001101001011110101100111010111011000110000100111000101001010010011000 | e799b2eb9aafeb8896e697acebb184e29498 |
| UHC | 癲뚯눖旬뱄┘ | 111011111010011010001100111011001000011110110000111000101110001010111001111011111010011010100101 | efa68cec87b0e2e2b9efa6a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)