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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 擁?????B | 1001011101101001001111110011111100111111001111110011111101000010 | 97693f3f3f3f3f42 |
EUC-JP | 擁?????B | 1100110111001010001111110011111100111111001111110011111101000010 | cdca3f3f3f3f3f42 |
UTF-8 | 擁숉쓽溜뗧뎨B | 11100110100100111000000111101100100010001000100111101100100100111011110111101111101001111000101111101011100101111010011111101011100011101010100001000010 | e69381ec8889ec93bdefa78beb97a7eb8ea842 |
UHC | 擁숉쓽溜뗧뎨B | 11101000101101101001100111101101100111011001100011101010111111101000101111100111101101011011001101000010 | e8b699ed9d98eafe8be7b5b342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)