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 | 怨?媛詐?? | 100010011000010100111111100101010101000110001101101111000011111100111111 | 89853f95518dbc3f3f |
EUC-JP | 怨?媛詐?? | 101100011110010100111111110010011011001010111010101111100011111100111111 | b1e53fc9b2babe3f3f |
UTF-8 | 怨렊媛詐렰렱 | 111001101000000010101000111010111010000010001010111001011010101010011011111010001010100110010000111010111010000010110000111010111010000010110001 | e680a8eba08ae5aa9be8a990eba0b0eba0b1 |
UHC | 怨렊媛詐렰렱 | 111010101011001110001110101000011110101010110000110111101111000110001110101111011000111010111110 | eab38ea1eab0def18ebd8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)