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 | ÂbiÂbiB | 110000101001000001100010011010011100001010010000011000100110100101000010 | c2906269c290626942 |
SJIS-WIN | ??bi??biB | 001111110011111101100010011010010011111100111111011000100110100101000010 | 3f3f62693f3f626942 |
EUC-JP | Â?biÂ?biB | 10001111101010101010010000111111011000100110100110001111101010101010010000111111011000100110100101000010 | 8faaa43f62698faaa43f626942 |
UTF-8 | ÂbiÂbiB | 11000011100000101100001010010000011000100110100111000011100000101100001010010000011000100110100101000010 | c382c2906269c382c290626942 |
UHC | ??bi??biB | 001111110011111101100010011010010011111100111111011000100110100101000010 | 3f3f62693f3f626942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)