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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 燿??燿??\ | 111000001010000000111111001111111110000010100000001111110011111101011100 | e0a03f3fe0a03f3f5c |
EUC-JP | 燿??燿??\ | 111000001010001000111111001111111110000010100010001111110011111101011100 | e0a23f3fe0a23f3f5c |
UTF-8 | 燿섒끀燿섒끀\ | 11100111100001111011111111101100100001001001001011101011100000011000000011100111100001111011111111101100100001001001001011101011100000011000000001011100 | e787bfec8492eb8180e787bfec8492eb81805c |
UHC | 燿섒끀燿섒끀\ | 11101000111111001001100011101110100001011011011011101000111111001001100011101110100001011011011001011100 | e8fc98ee85b6e8fc98ee85b65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)