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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 浴??浴??^ | 100101111000000100111111001111111001011110000001001111110011111101011110 | 97813f3f97813f3f5e |
EUC-JP | 浴??浴??^ | 110011011110000100111111001111111100110111100001001111110011111101011110 | cde13f3fcde13f3f5e |
UTF-8 | 浴뜹뤀浴뜹뤀^ | 11100110101101011011010011101011100111001011100111101011101001001000000011100110101101011011010011101011100111001011100111101011101001001000000001011110 | e6b5b4eb9cb9eba480e6b5b4eb9cb9eba4805e |
UHC | 浴뜹뤀浴뜹뤀^ | 11101001101100011011011011100101100011111011000111101001101100011011011011100101100011111011000101011110 | e9b1b6e58fb1e9b1b6e58fb15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)