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 | 紳??戌? | 10010000011000010011111100111111100111001111101000111111 | 90613f3f9cfa3f |
EUC-JP | 紳??戌? | 10111111110000100011111100111111110110001111110000111111 | bfc23f3fd8fc3f |
UTF-8 | 紳듽돢戌귛 | 111001111011010010110011111010111001001110111101111010111000111110100010111001101000100010001100111010101011011110011011 | e7b4b3eb93bdeb8fa2e6888ceab79b |
UHC | 紳듽돢戌귛 | 11100011111010111000101011100011100010011010011111100010111110011000001011100101 | e3eb8ae389a7e2f982e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)