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 | 騾手ヲ匁肩 | 111010011000000010001110111010001010011010010110111001101000110010101000 | e9808ee8a696e68ca8 |
EUC-JP | 騾手ヲ匁肩 | 11110001111000001011110011101010100011101010011011001100111010001011100010101010 | f1e0bcea8ea6cce8b8aa |
UTF-8 | 騾手ヲ匁肩 | 111010011010100010111110111001101000100110001011111011111011110110100110111001011000110010000001111010001000001010101001 | e9a8bee6898befbda6e58c81e882a9 |
UHC | ?手??肩 | 00111111111000101010001000111111001111111100110010110111 | 3fe2a23f3fccb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)