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 | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 鮓ッ逞馬@h | 111010011011011010101111111001111001011110010100011011100100000001101000 | e9b6afe797946e4068 |
EUC-JP | 鮓ッ逞馬@h | 11110010101110001000111010101111111011011111011111000111110011110100000001101000 | f2b88eafedf7c7cf4068 |
UTF-8 | 鮓ッ逞馬@h | 1110100110101110100100111110111110111101101011111110100110000000100111101110100110100110101011000100000001101000 | e9ae93efbdafe9809ee9a6ac4068 |
UHC | ??逞馬@h | 0011111100111111110101101100000111011000101010010100000001101000 | 3f3fd6c1d8a94068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)