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 | 郵??磬 | 100101110101100000111111001111111110000111111100 | 97583f3fe1fc |
EUC-JP | 郵??磬 | 110011011011100100111111001111111110001011111110 | cdb93f3fe2fe |
UTF-8 | 郵쯔렖磬 | 111010011000001110110101111011001010111110010100111010111010000010010110111001111010001110101100 | e983b5ecaf94eba096e7a3ac |
UHC | 郵쯔렖磬 | 1110100111101000110000101110101010001110101010111100110011100100 | e9e8c2ea8eabcce4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)