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 | 訒溷シ城苑 | 111110111010001110011111111001011011110010001111111010011000100110010001 | fba39fe5bc8fe98991 |
EUC-JP | 訒溷シ城苑 | 1000111111011101110010001101111011100111100011101011110010111110111010111011000111110001 | 8fddc8dee78ebcbeebb1f1 |
UTF-8 | 訒溷シ城苑 | 111010001010100010010010111001101011101010110111111011111011110110111100111001011001111110001110111010001000101110010001 | e8a892e6bab7efbdbce59f8ee88b91 |
UHC | ???城苑 | 00111111001111110011111111100000111100101110101010111101 | 3f3f3fe0f2eabd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)