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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 愼??仰?? | 1001110011000100001111110011111110001011110000100011111100111111 | 9cc43f3f8bc23f3f |
EUC-JP | 愼??仰?? | 1101100011000110001111110011111110110110110001000011111100111111 | d8c63f3fb6c43f3f |
UTF-8 | 愼뗪딬仰뒎둅 | 111001101000010010111100111010111001011110101010111010111001010010101100111001001011101110110000111010111001001010001110111010111001000110000101 | e684bceb97aaeb94ace4bbb0eb928eeb9185 |
UHC | 愼뗪딬仰뒎둅 | 111000111110010110001011111010101000101101001001111001001110011010001010100010111000101001000001 | e3e58bea8b49e4e68a8b8a41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)