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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 闥。驕ョ?譽 | 111010001001001010100001111010011000000110101110001111111110011010100011 | e892a1e981ae3fe6a3 |
EUC-JP | 闥。驕ョ訵譽 | 11101111111100101000111010100001111100011110000110001110101011101000111111011101110100111110110010100101 | eff28ea1f1e18eae8fddd3eca5 |
UTF-8 | 闥。驕ョ訵譽 | 111010011001011110100101111011111011110110100001111010011010100110010101111011111011110110101110111010001010100010110101111010001010110110111101 | e997a5efbda1e9a995efbdaee8a8b5e8adbd |
UHC | ??驕??譽 | 0011111100111111110011101111011000111111001111111110011111100010 | 3f3fcef63f3fe7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)