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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 葯с?肄 | 11100100110111101000010010000011001111111110001111100101 | e4de84833fe3e5 |
EUC-JP | 葯с?肄 | 11101000111000001010011111100011001111111110011011100111 | e8e0a7e33fe6e7 |
UTF-8 | 葯с굝肄 | 1110100010010001101011111101000110000001111010101011010110011101111010001000001010000100 | e891afd181eab59de88284 |
UHC | 葯с굝肄 | 1110010110110101101011001110001110000010100001011110110010111101 | e5b5ace38285ecbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)