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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 浴??塋ゅ | 1001011110000001001111110011111110011010110010001000001011100011 | 97813f3f9ac882e3 |
EUC-JP | 浴??塋ゅ | 1100110111100001001111110011111111010100110010101010010011100101 | cde13f3fd4caa4e5 |
UTF-8 | 浴덃룂塋ゅ | 111001101011010110110100111010111000110110000011111010111010001110000010111001011010000110001011111000111000001010000101 | e6b5b4eb8d83eba382e5a18be38285 |
UHC | 浴덃룂塋ゅ | 11101001101100011000100011100110100011111000001111100111101010111010101011100101 | e9b188e68f83e7abaae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)