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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | マオサヒマオ | 110011111011010110111011110010111100111110110101 | cfb5bbcbcfb5 |
EUC-JP | マオサヒマオ | 100011101100111110001110101101011000111010111011100011101100101110001110110011111000111010110101 | 8ecf8eb58ebb8ecb8ecf8eb5 |
UTF-8 | マオサヒマオ | 111011111011111010001111111011111011110110110101111011111011110110111011111011111011111010001011111011111011111010001111111011111011110110110101 | efbe8fefbdb5efbdbbefbe8befbe8fefbdb5 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)