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 | 訷咏明訒コ | 111110111010010010011001111001111001011010111110111110111010001110111010 | fba499e796befba3ba |
EUC-JP | 訷咏明訒コ | 100011111101110111010100110100101110100111001100110000001000111111011101110010001000111010111010 | 8fddd4d2e9ccc08fddc88eba |
UTF-8 | 訷咏明訒コ | 111010001010100010110111111001011001001010001111111001101001100010001110111010001010100010010010111011111011110110111010 | e8a8b7e5928fe6988ee8a892efbdba |
UHC | ??明?? | 001111110011111111011001101001010011111100111111 | 3f3fd9a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)