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 | 褥ョズ帳?? | 11100101111100011000001110000111100000110101100110010010101000000011111100111111 | e5f18387835992a03f3f |
| EUC-JP | 褥ョズ帳?? | 11101010111100111010010111100111101001011011101011000100101000100011111100111111 | eaf3a5e7a5bac4a23f3f |
| UTF-8 | 褥ョズ帳든뮵 | 111010001010010010100101111000111000001110100111111000111000001010111010111001011011100010110011111010111001001110100000111010111010111010110101 | e8a4a5e383a7e382bae5b8b3eb93a0ebaeb5 |
| UHC | 褥ョズ帳든뮵 | 111010011011001110101011111001111010101110111010111011011110001110110101111001111001001010111101 | e9b3abe7abbaede3b5e792bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)