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 | 瑩?? | 11100000111100000011111100111111 | e0f03f3f |
EUC-JP | 瑩?? | 11100000111100100011111100111111 | e0f23f3f |
UTF-8 | 瑩섉샍 | 111001111001000110101001111011001000010010001001111011001000001110001101 | e791a9ec8489ec838d |
UHC | 瑩섉샍 | 111110111010100110011000111001101001100010111011 | fba998e698bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)