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 | 惟???諄? | 1000100011010010001111110011111100111111111001100111100000111111 | 88d23f3f3fe6783f |
| EUC-JP | 惟???諄? | 1011000011010100001111110011111100111111111010111101100100111111 | b0d43f3f3febd93f |
| UTF-8 | 惟몄렲렠諄랜 | 111001101000001110011111111010111010101010000100111010111010000010110010111010111010000010100000111010001010101110000100111010111001111010011100 | e6839febaa84eba0b2eba0a0e8ab84eb9e9c |
| UHC | 惟몄렲렠諄랜 | 111010101110111010111000111011001000111010111111100011101011000111100010111101001011011110100011 | eaeeb8ec8ebf8eb1e2f4b7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)