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 | 祭?務 | 1000110111010101001111111001011010110001 | 8dd53f96b1 |
EUC-JP | 祭?務 | 1011101011010111001111111100110010110011 | bad73fccb3 |
UTF-8 | 祭며務 | 111001111010010110101101111010111010100110110000111001011000101110011001 | e7a5adeba9b0e58b99 |
UHC | 祭며務 | 111100001010111010111000111001111101100111100010 | f0aeb8e7d9e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)