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 | 碇??? | 1001001011110100001111110011111100111111 | 92f43f3f3f |
EUC-JP | 碇?栯? | 11000100111101100011111110001111110000111101001000111111 | c4f63f8fc3d23f |
UTF-8 | 碇렢栯렦 | 111001111010001010000111111010111010000010100010111001101010000010101111111010111010000010100110 | e7a287eba0a2e6a0afeba0a6 |
UHC | 碇렢栯렦 | 1110111111101101100011101011001111101001111100011000111010110101 | efed8eb3e9f18eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)