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 | ??俎??俎^ | 001111110011111110011000110101110011111100111111100110001101011101011110 | 3f3f98d73f3f98d75e |
EUC-JP | ??俎??俎^ | 001111110011111111010000110110010011111100111111110100001101100101011110 | 3f3fd0d93f3fd0d95e |
UTF-8 | 설섦俎설섦俎^ | 11101100100001001010010011101100100001001010011011100100101111111000111011101100100001001010010011101100100001001010011011100100101111111000111001011110 | ec84a4ec84a6e4bf8eec84a4ec84a6e4bf8e5e |
UHC | 설섦俎설섦俎^ | 10111100101100111011110010110100111100001011101110111100101100111011110010110100111100001011101101011110 | bcb3bcb4f0bbbcb3bcb4f0bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)