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 | ?蒡ユ | 0011111111100100111011101000001110000110 | 3fe4ee8386 |
EUC-JP | ?蒡ユ | 0011111111101000111100001010010111100110 | 3fe8f0a5e6 |
UTF-8 | 뤾蒡ユ | 111010111010010010111110111010001001001010100001111000111000001110100110 | eba4bee892a1e383a6 |
UHC | 뤾蒡ユ | 100011111110101011011011101111001010101111100110 | 8feadbbcabe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)