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 | 邑낃퇍 | 111010011000001010010001111010111000001010000011111011011000011110001101 | e98291eb8283ed878d |
UHC | 邑낃퇍 | 111010111110100110000101111010101011011110011110 | ebe985eab79e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)