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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 顏崎アャB | 11101000111110001000110111101000101100011010110001000010 | e8f88de8b1ac42 |
EUC-JP | 顏崎アャB | 111100001111101010111010111010101000111010110001100011101010110001000010 | f0fabaea8eb18eac42 |
UTF-8 | 顏崎アャB | 11101001101000011000111111100101101101001000111011101111101111011011000111101111101111011010110001000010 | e9a18fe5b48eefbdb1efbdac42 |
UHC | ?崎??B | 001111111101000011111000001111110011111101000010 | 3fd0f83f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)