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 | 邉ッ逵Ё | 11100111101100111010111111100111100111001000010001000110 | e7b3afe79c8446 |
EUC-JP | 邉ッ逵Ё | 1110111010110101100011101010111111101101111111001010011110100111 | eeb58eafedfca7a7 |
UTF-8 | 邉ッ逵Ё | 1110100110000010100010011110111110111101101011111110100110000000101101011101000010000001 | e98289efbdafe980b5d081 |
UHC | ??逵Ё | 001111110011111111010000101100001010110010100111 | 3f3fd0b0aca7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)