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 | ????vB | 001111110011111100111111001111110111011001000010 | 3f3f3f3f7642 |
SJIS-WIN | 駿?瀞?vB | 1000111101111000001111111001001111010010001111110111011001000010 | 8f783f93d23f7642 |
EUC-JP | 駿?瀞?vB | 1011110111011001001111111100011011010100001111110111011001000010 | bdd93fc6d43f7642 |
UTF-8 | 駿렏瀞렕vB | 1110100110100111101111111110101110100000100011111110011110000000100111101110101110100000100101010111011001000010 | e9a7bfeba08fe7809eeba0957642 |
UHC | 駿렏瀞렕vB | 11110001111001111000111010100101111011111110011110001110101010100111011001000010 | f1e78ea5efe78eaa7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)