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 | 帳??藥?? | 1001001010100000001111110011111111100101010110100011111100111111 | 92a03f3fe55a3f3f |
EUC-JP | 帳??藥?? | 1100010010100010001111110011111111101001101110110011111100111111 | c4a23f3fe9bb3f3f |
UTF-8 | 帳띈눎藥먨ㅁ | 111001011011100010110011111010111001110110001000111010111000100010001110111010001001011110100101111010111010100010101000111000111000010110000001 | e5b8b3eb9d88eb888ee897a5eba8a8e38581 |
UHC | 帳띈눎藥먨ㅁ | 111011011110001110110110111010001000011110101010111001011011011110010000111001011010010010110001 | ede3b6e887aae5b790e5a4b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)