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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 載矜?? | 100011011101101011100001111000000011111100111111 | 8ddae1e03f3f |
EUC-JP | 載矜?? | 101110101101110011100010111000100011111100111111 | badce2e23f3f |
UTF-8 | 載矜렱렦 | 111010001011110010001001111001111001111110011100111010111010000010110001111010111010000010100110 | e8bc89e79f9ceba0b1eba0a6 |
UHC | 載矜렱렦 | 1110111010110000110100001110100010001110101111101000111010110101 | eeb0d0e88ebe8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)