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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 諱蛾佐 | 111001101000000110001001111010011000110110110010 | e68189e98db2 |
EUC-JP | 諱蛾佐 | 111010111110000110110010111010111011101010110100 | ebe1b2ebbab4 |
UTF-8 | 諱蛾佐 | 111010001010101110110001111010001001101110111110111001001011110110010000 | e8abb1e89bbee4bd90 |
UHC | 諱蛾佐 | 111111011100100111100100101101101111000110100101 | fdc9e4b6f1a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)