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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 牆?箏?箏?\ | 11100000101011010011111111100010101101010011111111100010101101010011111101011100 | e0ad3fe2b53fe2b53f5c |
EUC-JP | 牆?箏?箏?\ | 11100000101011110011111111100100101101110011111111100100101101110011111101011100 | e0af3fe4b73fe4b73f5c |
UTF-8 | 牆렪箏렎箏렋\ | 11100111100010011000011011101011101000001010101011100111101011101000111111101011101000001000111011100111101011101000111111101011101000001000101101011100 | e78986eba0aae7ae8feba08ee7ae8feba08b5c |
UHC | 牆렪箏렎箏렋\ | 11101101111011011000111010111000111011101011010010001110101001001110111010110100100011101010001001011100 | eded8eb8eeb48ea4eeb48ea25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)