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 | 獄??奄?? | 1000110110010110001111110011111110001001100000100011111100111111 | 8d963f3f89823f3f |
EUC-JP | 獄??奄?? | 1011100111110110001111110011111110110001111000100011111100111111 | b9f63f3fb1e23f3f |
UTF-8 | 獄긷뫏奄띄튊 | 111001111000110110000100111010101011100010110111111010111010101110001111111001011010010110000100111010111001110110000100111011011000101010001010 | e78d84eab8b7ebab8fe5a584eb9d84ed8a8a |
UHC | 獄긷뫏奄띄튊 | 111010001010101110110001111001011001000110110001111001011111001010110110111001111011100110011110 | e8abb1e591b1e5f2b6e7b99e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)