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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 牆???? | 111000001010110100111111001111110011111100111111 | e0ad3f3f3f3f |
EUC-JP | 牆???? | 111000001010111100111111001111110011111100111111 | e0af3f3f3f3f |
UTF-8 | 牆쿡㎫뤉톻 | 111001111000100110000110111011001011111110100001111000111000111010101011111010111010010010001001111011011000011010111011 | e78986ecbfa1e38eabeba489ed86bb |
UHC | 牆쿡㎫뤉톻 | 11101101111011011100010011101110101001111110011110001111101110011011011110001110 | ededc4eea7e78fb9b78e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)