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 | ?ч???? | 00111111100001001000100100111111001111110011111100111111 | 3f84893f3f3f3f |
EUC-JP | ?ч???? | 00111111101001111110100100111111001111110011111100111111 | 3fa7e93f3f3f3f |
UTF-8 | 寧ч쟽溜곕젵 | 1110111110100110101010101101000110000111111011001001111110111101111011111010011110001011111010101011001110010101111011001010000010110101 | efa6aad187ec9fbdefa78beab395eca0b5 |
UHC | 寧ч쟽溜곕젵 | 111001111010110010101100111010011010000010000011111010101111111010110000111010111010000010101001 | e7acace9a083eafeb0eba0a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)