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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 浴??凹 | 100101111000000100111111001111111000100110011010 | 97813f3f899a |
EUC-JP | 浴??凹 | 110011011110000100111111001111111011000111111010 | cde13f3fb1fa |
UTF-8 | 浴놅풁凹 | 111001101011010110110100111010111000011010000101111011011001001010000001111001011000011110111001 | e6b5b4eb8685ed9281e587b9 |
UHC | 浴놅풁凹 | 1110100110110001100001101110111110111110100010101110100011101010 | e9b186efbe8ae8ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)