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 | ?????BB | 00111111001111110011111100111111001111110100001001000010 | 3f3f3f3f3f4242 |
SJIS-WIN | ??ビ?瑜BB | 001111110011111110000011011100100011111111100000111011110100001001000010 | 3f3f83723fe0ef4242 |
EUC-JP | ??ビ?瑜BB | 001111110011111110100101110100110011111111100000111100010100001001000010 | 3f3fa5d33fe0f14242 |
UTF-8 | 룶핊ビ룫瑜BB | 1110101110100011101101101110110110010101100010101110001110000011100100111110101110100011101010111110011110010001100111000100001001000010 | eba3b6ed958ae38393eba3abe7919c4242 |
UHC | 룶핊ビ룫瑜BB | 100011111010101111000000100011111010101111010011100011111010001011101011101001010100001001000010 | 8fabc08fabd38fa2eba54242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)