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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 脂瘢待??? | 100011101000100111100001100011011001000111010010001111110011111100111111 | 8e89e18d91d23f3f3f |
EUC-JP | 脂瘢待??? | 101110111110100111100001111011011100001011010100001111110011111100111111 | bbe9e1edc2d43f3f3f |
UTF-8 | 脂瘢待뤋퀚킖 | 111010001000010010000010111001111001100010100010111001011011111010000101111010111010010010001011111011011000000010011010111011011000001010010110 | e88482e798a2e5be85eba48bed809aed8296 |
UHC | 脂瘢待뤋퀚킖 | 111100101011011111011010111011101101001111100010100011111011101110110011100011101011010101000010 | f2b7daeed3e28fbbb38eb542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)