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 | 躍?(肉? | 1001011011110100001111111000000101101001100100111111011100111111 | 96f43f816993f73f |
EUC-JP | 躍?(肉? | 1100110011110110001111111010000111001010110001101111100100111111 | ccf63fa1cac6f93f |
UTF-8 | 躍노(肉뢌 | 111010001011101010001101111010111000010110111000111011111011110010001000111010001000001010001001111010111010001010001100 | e8ba8deb85b8efbc88e88289eba28c |
UHC | 躍노(肉뢌 | 11100101101110001011001111101011101000111010100011101011101111111000111101001000 | e5b8b3eba3a8ebbf8f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)