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 | 節???ユ? | 1001000011011111001111110011111100111111100000111000011000111111 | 90df3f3f3f83863f |
EUC-JP | 節???ユ? | 1100000011100001001111110011111100111111101001011110011000111111 | c0e13f3f3fa5e63f |
UTF-8 | 節억풆樂ユ뜥 | 111001111010111110000000111011001001011010110101111011011001001010000110111011111010011010111111111000111000001110100110111010111001110010100101 | e7af80ec96b5ed9286efa6bfe383a6eb9ca5 |
UHC | 節억풆樂ユ뜥 | 111011111011110110111110111011111011111010001110111010001111100110101011111001101000110110101000 | efbdbeefbe8ee8f9abe68da8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)