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 | 滴藁? | 1001001101001000100110000110110100111111 | 9348986d3f |
EUC-JP | 滴藁? | 1100010110101001110011111100111000111111 | c5a9cfce3f |
UTF-8 | 滴藁쏠 | 111001101011101110110100111010001001011110000001111011001000111110100000 | e6bbb4e89781ec8fa0 |
UHC | 滴藁쏠 | 111011101101100111001101110010111011110111110010 | eed9cdcbbdf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)