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 | 苑??苑??^ | 100010011001000100111111001111111000100110010001001111110011111101011110 | 89913f3f89913f3f5e |
EUC-JP | 苑??苑??^ | 101100011111000100111111001111111011000111110001001111110011111101011110 | b1f13f3fb1f13f3f5e |
UTF-8 | 苑숆컡苑숆컡^ | 11101000100010111001000111101100100010001000011011101100101110111010000111101000100010111001000111101100100010001000011011101100101110111010000101011110 | e88b91ec8886ecbba1e88b91ec8886ecbba15e |
UHC | 苑숆컡苑숆컡^ | 11101010101111011001100111101010101100001000110011101010101111011001100111101010101100001000110001011110 | eabd99eab08ceabd99eab08c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)