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 | 紗尺セウ遮 | 1000111011010001100011101101101010111110101100111000111011010101 | 8ed18edabeb38ed5 |
EUC-JP | 紗尺セウ遮 | 10111100110100111011110011011100100011101011111010001110101100111011110011010111 | bcd3bcdc8ebe8eb3bcd7 |
UTF-8 | 紗尺セウ遮 | 111001111011010010010111111001011011000010111010111011111011110110111110111011111011110110110011111010011000000110101110 | e7b497e5b0baefbdbeefbdb3e981ae |
UHC | 紗尺??遮 | 1101111011101001111101001010100100111111001111111111001110110100 | dee9f4a93f3ff3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)