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 | 獄??節?? | 1000110110010110001111110011111110010000110111110011111100111111 | 8d963f3f90df3f3f |
EUC-JP | 獄??節?ŧ | 10111001111101100011111100111111110000001110000100111111100011111010100111001111 | b9f63f3fc0e13f8fa9cf |
UTF-8 | 獄긷뫏節ㅸŧ | 1110011110001101100001001110101010111000101101111110101110101011100011111110011110101111100000001110001110000101101110001100010110100111 | e78d84eab8b7ebab8fe7af80e385b8c5a7 |
UHC | 獄긷뫏節ㅸŧ | 111010001010101110110001111001011001000110110001111011111011110110100100111010001010100110101110 | e8abb1e591b1efbda4e8a9ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)