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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 攸???? | 100111011011111100111111001111110011111100111111 | 9dbf3f3f3f3f |
EUC-JP | 攸???? | 110110101100000100111111001111110011111100111111 | dac13f3f3f3f |
UTF-8 | 攸곩돘緣욪 | 111001101001010010111000111010101011001110101001111010111000111110011000111001111011011110100011111011001001101010101010 | e694b8eab3a9eb8f98e7b7a3ec9aaa |
UHC | 攸곩돘緣욪 | 11101010111100101000000111100101100010011010000111100110110111101001111101000010 | eaf281e589a1e6de9f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)