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 | 牆???粧?\ | 111000001010110100111111001111110011111110001111110011110011111101011100 | e0ad3f3f3f8fcf3f5c |
EUC-JP | 牆?獐?粧?\ | 1110000010101111001111111000111111001011101110100011111110111110110100010011111101011100 | e0af3f8fcbba3fbed13f5c |
UTF-8 | 牆렓獐렜粧렋\ | 11100111100010011000011011101011101000001001001111100111100011011001000011101011101000001001110011100111101100101010011111101011101000001000101101011100 | e78986eba093e78d90eba09ce7b2a7eba08b5c |
UHC | 牆렓獐렜粧렋\ | 11101101111011011000111010101000111011011110111110001110101011101110110111110010100011101010001001011100 | eded8ea8edef8eaeedf28ea25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)