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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?然制?? | 00111111100100010101001010010000101001110011111100111111 | 3f915290a73f3f |
EUC-JP | ?然制?? | 00111111110000011011001111000000101010010011111100111111 | 3fc1b3c0a93f3f |
UTF-8 | 뤗然制츕플 | 111010111010010010010111111001111000010010110110111001011000100010110110111011001011100010010101111011011001010010001100 | eba497e784b6e588b6ecb895ed948c |
UHC | 뤗然制츕플 | 10001111110001111110011011010100111100001010010010101110100011111100011111000011 | 8fc7e6d4f0a4ae8fc7c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)