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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 浴?ぐ癌?B | 100101111000000100111111100000101010111010001010111000000011111101000010 | 97813f82ae8ae03f42 |
EUC-JP | 浴?ぐ癌?B | 110011011110000100111111101001001011000010110100111000100011111101000010 | cde13fa4b0b4e23f42 |
UTF-8 | 浴덅ぐ癌큙B | 11100110101101011011010011101011100011011000010111100011100000011001000011100111100110011000110011101101100000011001100101000010 | e6b5b4eb8d85e38190e7998ced819942 |
UHC | 浴덅ぐ癌큙B | 1110100110110001100010001110100010101010101100001110010011011111101101000110011101000010 | e9b188e8aab0e4dfb46742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)