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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??+ | 00111111001111111000000101111011 | 3f3f817b |
EUC-JP | ??+ | 00111111001111111010000111011100 | 3f3fa1dc |
UTF-8 | 呂쒕+ | 111011111010011010000000111011001001001010010101111011111011110010001011 | efa680ec9295efbc8b |
UHC | 呂쒕+ | 111001011111101110011100111010111010001110101011 | e5fb9ceba3ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)