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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | ?消L?消L^ | 001111111000111111000001010011000011111110001111110000010100110001011110 | 3f8fc14c3f8fc14c5e |
EUC-JP | ?消L?消L^ | 001111111011111011000011010011000011111110111110110000110100110001011110 | 3fbec34c3fbec34c5e |
UTF-8 | 뎫消L뎫消L^ | 111010111000111010101011111001101011011010001000010011001110101110001110101010111110011010110110100010000100110001011110 | eb8eabe6b6884ceb8eabe6b6884c5e |
UHC | 뎫消L뎫消L^ | 1000100101111001111000011011110001001100100010010111100111100001101111000100110001011110 | 8979e1bc4c8979e1bc4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)