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 | 顏阪k莠 | 1110100011111000100011011110001110000010100010111110010010111010 | e8f88de3828be4ba |
EUC-JP | 顏阪k莠 | 1111000011111010101110101110010110100011111010111110100010111100 | f0fabae5a3ebe8bc |
UTF-8 | 顏阪k莠 | 111010011010000110001111111010011001100010101010111011111011110110001011111010001000111010100000 | e9a18fe998aaefbd8be88ea0 |
UHC | ?阪k? | 001111111111100010100001101000111110101100111111 | 3ff8a1a3eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)