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 | 鼇??瑜 | 111010101000011100111111001111111110000011101111 | ea873f3fe0ef |
EUC-JP | 鼇??瑜 | 111100111110011100111111001111111110000011110001 | f3e73f3fe0f1 |
UTF-8 | 鼇딅엨瑜 | 111010011011110010000111111010111001010010000101111011001001011110101000111001111001000110011100 | e9bc87eb9485ec97a8e7919c |
UHC | 鼇딅엨瑜 | 1110100010101000100010101110101110011110100000011110101110100101 | e8a88aeb9e81eba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)