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 | 堰????? | 10001001100000010011111100111111001111110011111100111111 | 89813f3f3f3f3f |
EUC-JP | 堰??堉?? | 101100011110000100111111001111111000111110110111111111010011111100111111 | b1e13f3f8fb7fd3f3f |
UTF-8 | 堰묐씈堉붹쳝 | 111001011010000010110000111010111010110010010000111011001001010010001000111001011010000010001001111010111011011010111001111011001011001110011101 | e5a0b0ebac90ec9488e5a089ebb6b9ecb39d |
UHC | 堰묐씈堉붹쳝 | 111001011110100010010001111010111001110110100000111010111011110010010100111001101010101110000011 | e5e891eb9da0ebbc94e6ab83 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)