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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 弔?旭 | 1001001010100010001111111000100010101110 | 92a23f88ae |
EUC-JP | 弔?旭 | 1100010010100100001111111011000010110000 | c4a43fb0b0 |
UTF-8 | 弔렞旭 | 111001011011110010010100111010111010000010011110111001101001011110101101 | e5bc94eba09ee697ad |
UHC | 弔렞旭 | 111100001100000010001110101011111110100111101111 | f0c08eafe9ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)