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 | 鼇??幽 | 111010101000011100111111001111111001011101001000 | ea873f3f9748 |
EUC-JP | 鼇??幽 | 111100111110011100111111001111111100110110101001 | f3e73f3fcda9 |
UTF-8 | 鼇딅쐞幽 | 111010011011110010000111111010111001010010000101111011001001000010011110111001011011100110111101 | e9bc87eb9485ec909ee5b9bd |
UHC | 鼇딅쐞幽 | 1110100010101000100010101110101110011100100001001110101011101011 | e8a88aeb9c84eaeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)