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 | 葬?? | 10010001100100100011111100111111 | 91923f3f |
EUC-JP | 葬?? | 11000001111100100011111100111111 | c1f23f3f |
UTF-8 | 葬累렟 | 111010001001000110101100111011111010010110001111111010111010000010011111 | e891acefa58feba09f |
UHC | 葬累렟 | 111011011111011111010010111010011000111010110000 | edf7d2e98eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)