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 | 脂?除? | 100011101000100100111111100011111001110000111111 | 8e893f8f9c3f |
EUC-JP | 脂?除? | 101110111110100100111111101111011111110000111111 | bbe93fbdfc3f |
UTF-8 | 脂렖除얘 | 111010001000010010000010111010111010000010010110111010011001100110100100111011001001011010011000 | e88482eba096e999a4ec9698 |
UHC | 脂렖除얘 | 1111001010110111100011101010101111110000101101101011111011101010 | f2b78eabf0b6beea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)