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 | 嵬룸ì | 11100101101101011010110011101011101000111011100011101100 | e5b5aceba3b8ec |
SJIS-WIN | ??¬?£?? | 001111110011111110000001110010100011111110000001100100100011111100111111 | 3f3f81ca3f81923f3f |
EUC-JP | å?¬ë£¸ì | 1000111110101011101010010011111110100010110011001000111110101011101100111010000111110010100011111010001010110001100011111010101111000000 | 8faba93fa2cc8fabb3a1f28fa2b18fabc0 |
UTF-8 | 嵬룸ì | 1100001110100101110000101011010111000010101011001100001110101011110000101010001111000010101110001100001110101100 | c3a5c2b5c2acc3abc2a3c2b8c3ac |
UHC | ?????¸? | 0011111100111111001111110011111100111111101000101010110000111111 | 3f3f3f3f3fa2ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)