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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ???絶??B | 0011111100111111001111111001000011100010001111110011111101000010 | 3f3f3f90e23f3f42 |
EUC-JP | 璵??絶??B | 10001111110011001110011000111111001111111100000011100100001111110011111101000010 | 8fcce63f3fc0e43f3f42 |
UTF-8 | 璵뷂풜絶뚩닃B | 11100111100100101011010111101011101101111000001011101101100100101001110011100111101101011011011011101011100110101010100111101011100010111000001101000010 | e792b5ebb782ed929ce7b5b6eb9aa9eb8b8342 |
UHC | 璵뷂풜絶뚩닃B | 11100110101001011001010011101111101111101001111111101111101111101000110011101000100010001000110001000010 | e6a594efbe9fefbe8ce8888c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)