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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 箙碁ヽ讓 | 1110001010110111100011001110100110000001010100101110011010101000 | e2b78ce98152e6a8 |
EUC-JP | 箙碁ヽ讓 | 1110010010111001101110001110101110100001101100111110110010101010 | e4b9b8eba1b3ecaa |
UTF-8 | 箙碁ヽ讓 | 111001111010111010011001111001111010001010000001111000111000001110111101111010001010111010010011 | e7ae99e7a281e383bde8ae93 |
UHC | ?碁?讓 | 001111111101000110110011001111111110010111010011 | 3fd1b33fe5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)