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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 汝??癌? | 10010011111100000011111100111111100010101110000000111111 | 93f03f3f8ae03f |
EUC-JP | 汝??癌? | 11000110111100100011111100111111101101001110001000111111 | c6f23f3fb4e23f |
UTF-8 | 汝싨래癌큚 | 111001101011000110011101111011001000101110101000111010111001111010011000111001111001100110001100111011011000000110011010 | e6b19dec8ba8eb9e98e7998ced819a |
UHC | 汝싨래癌큚 | 11100110101000111001101011100110101101111010000111100100110111111011010001101000 | e6a39ae6b7a1e4dfb468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)