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 | ÂziÂziB | 110000101000111101111010011010011100001010001111011110100110100101000010 | c28f7a69c28f7a6942 |
SJIS-WIN | ??zi??ziB | 001111110011111101111010011010010011111100111111011110100110100101000010 | 3f3f7a693f3f7a6942 |
EUC-JP | Â?ziÂ?ziB | 10001111101010101010010000111111011110100110100110001111101010101010010000111111011110100110100101000010 | 8faaa43f7a698faaa43f7a6942 |
UTF-8 | ÂziÂziB | 11000011100000101100001010001111011110100110100111000011100000101100001010001111011110100110100101000010 | c382c28f7a69c382c28f7a6942 |
UHC | ??zi??ziB | 001111110011111101111010011010010011111100111111011110100110100101000010 | 3f3f7a693f3f7a6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)