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 | 蜊壱況? | 11100101100011011000100011101011100010111011010100111111 | e58d88eb8bb53f |
EUC-JP | 蜊壱況宼 | 111010011110110110110000111011011011011010110111100011111011101011011010 | e9edb0edb6b78fbada |
UTF-8 | 蜊壱況宼 | 111010001001110010001010111001011010001110110001111001101011001110000001111001011010111010111100 | e89c8ae5a3b1e6b381e5aebc |
UHC | ??況? | 0011111100111111111111001100111100111111 | 3f3ffccf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)