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 | 11111011101001111010110011111011101001111010110001000010 | fba7acfba7ac42 |
EUC-JP | 誾ャ誾ャB | 1000111111011110101001001000111010101100100011111101111010100100100011101010110001000010 | 8fdea48eac8fdea48eac42 |
UTF-8 | 誾ャ誾ャB | 11101000101010101011111011101111101111011010110011101000101010101011111011101111101111011010110001000010 | e8aabeefbdace8aabeefbdac42 |
UHC | 誾?誾?B | 11101011110111010011111111101011110111010011111101000010 | ebdd3febdd3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)