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 | 渦?譽 | 1000100101010001001111111110011010100011 | 89513fe6a3 |
EUC-JP | 渦?譽 | 1011000110110010001111111110110010100101 | b1b23feca5 |
UTF-8 | 渦풭譽 | 111001101011100010100110111011011001001010101101111010001010110110111101 | e6b8a6ed92ade8adbd |
UHC | 渦풭譽 | 111010001011111010111111010011111110011111100010 | e8bebf4fe7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)