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 | 葬峯? | 1001000110010010100101011111010100111111 | 919295f53f |
EUC-JP | 葬峯? | 1100000111110010110010101111011100111111 | c1f2caf73f |
UTF-8 | 葬峯특 | 111010001001000110101100111001011011001110101111111011011000101010111001 | e891ace5b3afed8ab9 |
UHC | 葬峯특 | 111011011111011111011100111001111100011010101111 | edf7dce7c6af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)