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 | 押ょ?兪 | 10001001100111111000001011100101001111111001100101100000 | 899f82e53f9960 |
EUC-JP | 押ょ?兪 | 10110010101000011010010011100111001111111101000111000001 | b2a1a4e73fd1c1 |
UTF-8 | 押ょ돚兪 | 111001101000101010111100111000111000001010000111111010111000111110011010111001011000010110101010 | e68abce38287eb8f9ae585aa |
UHC | 押ょ돚兪 | 1110010011100011101010101110011110001001101000101110101011100100 | e4e3aae789a2eae4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)