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 | ?? 維??^ | 001111110011111110000001010000001000100011011011001111110011111101011110 | 3f3f814088db3f3f5e |
EUC-JP | ?? 維??^ | 001111110011111110100001101000011011000011011101001111110011111101011110 | 3f3fa1a1b0dd3f3f5e |
UTF-8 | 嶺뚮 維뽱씊^ | 11101111101001101010101111101011100110101010111011100011100000001000000011100111101101101010110111101011101111011011000111101100100101001000101001011110 | efa6abeb9aaee38080e7b6adebbdb1ec948a5e |
UHC | 嶺뚮 維뽱씊^ | 11100111101011011000110011101011101000011010000111101011101010111001011011101101100111011010001001011110 | e7ad8ceba1a1ebab96ed9da25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)