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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 蟠礼ョ貞」ゝB | 1110010110110100100101111110011110101110100100101110010110100011100000010101010001000010 | e5b497e7ae92e5a3815442 |
EUC-JP | 蟠礼ョ貞」ゝB | 11101010101101101100111011101001100011101010111011000100111001111000111010100011101000011011010101000010 | eab6cee98eaec4e78ea3a1b542 |
UTF-8 | 蟠礼ョ貞」ゝB | 11101000100111111010000011100111101001001011110011101111101111011010111011101000101100101001111011101111101111011010001111100011100000101001110101000010 | e89fa0e7a4bcefbdaee8b29eefbda3e3829d42 |
UHC | 蟠??貞??B | 110110101111011000111111001111111110111111110110001111110011111101000010 | daf63f3feff63f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)