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 | 猷ユ?恂?+ | 10010111010100011000001110000110001111111001110010010110001111111000000101111011 | 975183863f9c963f817b |
EUC-JP | 猷ユ?恂?+ | 11001101101100101010010111100110001111111101011111110110001111111010000111011100 | cdb2a5e63fd7f63fa1dc |
UTF-8 | 猷ユ뇠恂볥+ | 111001111000110010110111111000111000001110100110111010111000011110100000111001101000000110000010111010111011001110100101111011111011110010001011 | e78cb7e383a6eb87a0e68182ebb3a5efbc8b |
UHC | 猷ユ뇠恂볥+ | 111010111010001110101011111001101000011110001000111000101110000110010011111010111010001110101011 | eba3abe68788e2e193eba3ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)