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 | 郵??懿 | 100101110101100000111111001111111001110011110010 | 97583f3f9cf2 |
EUC-JP | 郵??懿 | 110011011011100100111111001111111101100011110100 | cdb93f3fd8f4 |
UTF-8 | 郵쮸樂懿 | 111010011000001110110101111011001010111010111000111011111010010010010100111001101000011110111111 | e983b5ecaeb8efa494e687bf |
UHC | 郵쮸樂懿 | 1110100111101000110000101110100111010001111000101110101111110011 | e9e8c2e9d1e2ebf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)