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 | 牆?艇?? | 11100000101011010011111110010010111110000011111100111111 | e0ad3f92f83f3f |
EUC-JP | 牆?艇?? | 11100000101011110011111111000100111110100011111100111111 | e0af3fc4fa3f3f |
UTF-8 | 牆렮艇브텼 | 111001111000100110000110111010111010000010101110111010001000100110000111111010111011100010001100111011011000010110111100 | e78986eba0aee88987ebb88ced85bc |
UHC | 牆렮艇브텼 | 11101101111011011000111010111011111011111111001110111010111010101100010111100001 | eded8ebbeff3baeac5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)