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 | 淹??幽 | 100111111011100100111111001111111001011101001000 | 9fb93f3f9748 |
EUC-JP | 淹??幽 | 110111101011101100111111001111111100110110101001 | debb3f3fcda9 |
UTF-8 | 淹곕맕幽 | 111001101011011110111001111010101011001110010101111010111010011110010101111001011011100110111101 | e6b7b9eab395eba795e5b9bd |
UHC | 淹곕맕幽 | 1110010111110100101100001110101110010000101001111110101011101011 | e5f4b0eb90a7eaeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)