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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??碩??碩^ | 001111110011111110010000110101110011111100111111100100001101011101011110 | 3f3f90d73f3f90d75e |
EUC-JP | ??碩??碩^ | 001111110011111111000000110110010011111100111111110000001101100101011110 | 3f3fc0d93f3fc0d95e |
UTF-8 | 렲렼碩렲렼碩^ | 11101011101000001011001011101011101000001011110011100111101000101010100111101011101000001011001011101011101000001011110011100111101000101010100101011110 | eba0b2eba0bce7a2a9eba0b2eba0bce7a2a95e |
UHC | 렲렼碩렲렼碩^ | 10001110101111111000111011000100111000001011010110001110101111111000111011000100111000001011010101011110 | 8ebf8ec4e0b58ebf8ec4e0b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)