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 | 搖???θケ | 100111011000101000111111001111110011111110000011110001101000001101010000 | 9d8a3f3f3f83c68350 |
EUC-JP | 搖???θケ | 110110011110101000111111001111110011111110100110110010001010010110110001 | d9ea3f3f3fa6c8a5b1 |
UTF-8 | 搖백뜈說θケ | 1110011010010000100101101110101110110000101100011110101110011100100010001110111110100110101000011100111010111000111000111000001010110001 | e69096ebb0b1eb9c88efa6a1ceb8e382b1 |
UHC | 搖백뜈說θケ | 111010001111010010111001111010011000110110001011111001101111001010100101111010001010101110110001 | e8f4b9e98d8be6f2a5e8abb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)