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 | 鈺??援?? | 1111101111000100001111110011111110001001100001110011111100111111 | fbc43f3f89873f3f |
EUC-JP | 鈺??援?? | 100011111110001111010101001111110011111110110001111001110011111100111111 | 8fe3d53f3fb1e73f3f |
UTF-8 | 鈺쎌렯援욃걙 | 111010011000100010111010111011001000111010001100111010111010000010101111111001101000111110110100111011001001101010000011111010101011000110011001 | e988baec8e8ceba0afe68fb4ec9a83eab199 |
UHC | 鈺쎌렯援욃걙 | 111010001010110110111101111011001000111010111100111010101011010110011110111001011000000110000011 | e8adbdec8ebceab59ee58183 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)