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 | 紲種習粱 | 1110001101000111100011101110110110001111010010111110001011101011 | e3478eed8f4be2eb |
EUC-JP | 紲種習粱 | 1110010110101000101111001110111110111101101011001110010011101101 | e5a8bcefbdace4ed |
UTF-8 | 紲種習粱 | 111001111011010010110010111001111010100010101110111001111011111110010010111001111011001010110001 | e7b4b2e7a8aee7bf92e7b2b1 |
UHC | ?種習粱 | 00111111111100001111101011100011101001111101010111011100 | 3ff0fae3a7d5dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)