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 | ??粧?績 | 00111111001111111000111111001111001111111001000011010001 | 3f3f8fcf3f90d1 |
EUC-JP | 馹?粧?績 | 100011111110100110100001001111111011111011010001001111111100000011010011 | 8fe9a13fbed13fc0d3 |
UTF-8 | 馹렧粧렰績 | 111010011010011010111001111010111010000010100111111001111011001010100111111010111010000010110000111001111011100010111110 | e9a6b9eba0a7e7b2a7eba0b0e7b8be |
UHC | 馹렧粧렰績 | 11101100111100011000111010110110111011011111001010001110101111011110111011100000 | ecf18eb6edf28ebdeee0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)