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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邑?? | 10010111010101110011111100111111 | 97573f3f |
EUC-JP | 邑?? | 11001101101110000011111100111111 | cdb83f3f |
UTF-8 | 邑득뵖 | 111010011000001010010001111010111001001110011101111010111011010110010110 | e98291eb939debb596 |
UHC | 邑득뵖 | 111010111110100110110101111001101001010010011000 | ebe9b5e69498 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)