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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 獄??蚣 | 100011011001011000111111001111111110010101101110 | 8d963f3fe56e |
EUC-JP | 獄??蚣 | 101110011111011000111111001111111110100111001111 | b9f63f3fe9cf |
UTF-8 | 獄㎩춿蚣 | 111001111000110110000100111000111000111010101001111011001011011010111111111010001001101010100011 | e78d84e38ea9ecb6bfe89aa3 |
UHC | 獄㎩춿蚣 | 1110100010101011101001111110010110101101100110111100110111110111 | e8aba7e5ad9bcdf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)