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 | ???庸?? | 00111111001111110011111110010111011001100011111100111111 | 3f3f3f97663f3f |
EUC-JP | ???庸?? | 00111111001111110011111111001101110001110011111100111111 | 3f3f3fcdc73f3f |
UTF-8 | 了뤺킊庸얕콝 | 111011111010011010111010111010111010010010111010111011011000001010001010111001011011101010111000111011001001011010010101111011001011110110011101 | efa6baeba4baed828ae5bab8ec9695ecbd9d |
UHC | 了뤺킊庸얕콝 | 111010001110011110001111111010001011010010010110111010011011110010111110111010001011000110010101 | e8e78fe8b496e9bcbee8b195 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)