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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 麗덌쪚溜곕젙寧 | 111011111010011010001000111010111000110110001100111011001010101010011010111011111010011110001011111010101011001110010101111011001010000010011001111011111010011010101010 | efa688eb8d8cecaa9aefa78beab395eca099efa6aa |
UHC | 麗덌쪚溜곕젙寧 | 1110011010110000100010001110111110100101100100111110101011111110101100001110101110100000100101011110011110101100 | e6b088efa593eafeb0eba095e7ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)