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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 甑???雄? | 1000110110011001001111110011111100111111100101110101100100111111 | 8d993f3f3f97593f |
EUC-JP | 甑???雄? | 1011100111111001001111110011111100111111110011011011101000111111 | b9f93f3f3fcdba3f |
UTF-8 | 甑닿렚렩雄옅 | 111001111001010010010001111010111000101110111111111010111010000010011010111010111010000010101001111010011001101110000100111011001001100010000101 | e79491eb8bbfeba09aeba0a9e99b84ec9885 |
UHC | 甑닿렚렩雄옅 | 111100011111011110110100111010101000111010101101100011101011011111101010101010011011111110110110 | f1f7b4ea8ead8eb7eaa9bfb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)