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 | 秧?…壹?? | 111000100101111000111111100000010110001110011010111000110011111100111111 | e25e3f81639ae33f3f |
EUC-JP | 秧?…壹?? | 111000111011111100111111101000011100010011010100111001010011111100111111 | e3bf3fa1c4d4e53f3f |
UTF-8 | 秧덈…壹듣쁻 | 111001111010011110100111111010111000110110001000111000101000000010100110111001011010001110111001111010111001001110100011111011001000000110111011 | e7a7a7eb8d88e280a6e5a3b9eb93a3ec81bb |
UHC | 秧덈…壹듣쁻 | 111001001110101110001000111010111010000110100110111011001110110010110101111010001001100010000010 | e4eb88eba1a6ececb5e89882 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)