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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 汝????\ | 10010011111100000011111100111111001111110011111101011100 | 93f03f3f3f3f5c |
EUC-JP | 汝??孼?\ | 110001101111001000111111001111111000111110111010110000110011111101011100 | c6f23f3f8fbac33f5c |
UTF-8 | 汝싨짎孼긌\ | 11100110101100011001110111101100100010111010100011101100101001111000111011100101101011011011110011101010101110001000110001011100 | e6b19dec8ba8eca78ee5adbceab88c5c |
UHC | 汝싨짎孼긌\ | 1110011010100011100110101110011010100011100110101110010111101101100000110100110001011100 | e6a39ae6a39ae5ed834c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)