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 | 1110000010101101001111110011111100111111001111110011111101000010 | e0ad3f3f3f3f3f42 |
EUC-JP | 牆?????B | 1110000010101111001111110011111100111111001111110011111101000010 | e0af3f3f3f3f3f42 |
UTF-8 | 牆얏렯꿱렲렠B | 11100111100010011000011011101100100101101000111111101011101000001010111111101010101111111011000111101011101000001011001011101011101000001010000001000010 | e78986ec968feba0afeabfb1eba0b2eba0a042 |
UHC | 牆얏렯꿱렲렠B | 11101101111011011011111011100110100011101011110010110010111010001000111010111111100011101011000101000010 | ededbee68ebcb2e88ebf8eb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)