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 | 譚台サ | 1110011010011101100100011110010010111011 | e69d91e4bb |
EUC-JP | 譚台サ | 111010111111110111000010111001101000111010111011 | ebfdc2e68ebb |
UTF-8 | 譚台サ | 111010001010110110011010111001011000111110110000111011111011110110111011 | e8ad9ae58fb0efbdbb |
UHC | 譚台? | 1101001111001001111101111011101100111111 | d3c9f7bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)