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 | 翊??傳 | 111000111100001000111111001111111001100101000010 | e3c23f3f9942 |
EUC-JP | 翊??傳 | 111001101100010000111111001111111101000110100011 | e6c43f3fd1a3 |
UTF-8 | 翊솰얕傳 | 111001111011111110001010111011001000011010110000111011001001011010010101111001011000001010110011 | e7bf8aec86b0ec9695e582b3 |
UHC | 翊솰얕傳 | 1110110011001101101111001110000010111110111010001110111011101110 | eccdbce0bee8eeee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)