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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???鋤 | 0011111100111111001111111000111110011011 | 3f3f3f8f9b |
EUC-JP | ??髥鋤 | 00111111001111111000111111101001111100001011110111111011 | 3f3f8fe9f0bdfb |
UTF-8 | 숏튐髥鋤 | 111011001000100010001111111011011000101010010000111010011010101110100101111010011000101110100100 | ec888fed8a90e9aba5e98ba4 |
UHC | 숏튐髥鋤 | 1011110011110100110001101010011011100111101000111110000010100111 | bcf4c6a6e7a3e0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)