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 | 鼇??幼 | 111010101000011100111111001111111001011101100011 | ea873f3f9763 |
EUC-JP | 鼇??幼 | 111100111110011100111111001111111100110111000100 | f3e73f3fcdc4 |
UTF-8 | 鼇딅ㅅ幼 | 111010011011110010000111111010111001010010000101111000111000010110000101111001011011100110111100 | e9bc87eb9485e38585e5b9bc |
UHC | 鼇딅ㅅ幼 | 1110100010101000100010101110101110100100101101011110101011101010 | e8a88aeba4b5eaea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)