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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ⅶ璽鴿耳 | 1111101001000110100011101010001111101001111110011000111010101000 | fa468ea3e9f98ea8 |
EUC-JP | ?璽鴿耳 | 00111111101111001010010111110010111110111011110010101010 | 3fbca5f2fbbcaa |
UTF-8 | ⅶ璽鴿耳 | 111000101000010110110110111001111001001010111101111010011011010010111111111010001000000010110011 | e285b6e792bde9b4bfe880b3 |
UHC | ⅶ璽?耳 | 10100101101001111101111111011110001111111110110010111100 | a5a7dfde3fecbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)