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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 節??嗚↑ | 1001000011011111001111110011111110011010011010101000000110101010 | 90df3f3f9a6a81aa |
EUC-JP | 節??嗚↑ | 1100000011100001001111110011111111010011110010111010001010101100 | c0e13f3fd3cba2ac |
UTF-8 | 節억풃嗚↑ | 111001111010111110000000111011001001011010110101111011011001001010000011111001011001011110011010111000101000011010010001 | e7af80ec96b5ed9283e5979ae28691 |
UHC | 節억풃嗚↑ | 11101111101111011011111011101111101111101000101111100111111100001010000111101000 | efbdbeefbe8be7f0a1e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)