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 | 喟咤唏唸 | 1001101001011111100110100100001010011010010010001001101001011000 | 9a5f9a429a489a58 |
EUC-JP | 喟咤唏唸 | 1101001111000000110100111010001111010011101010011101001110111001 | d3c0d3a3d3a9d3b9 |
UTF-8 | 喟咤唏唸 | 111001011001011010011111111001011001001010100100111001011001010010001111111001011001010010111000 | e5969fe592a4e5948fe594b8 |
UHC | ?咤?? | 0011111111110110111000110011111100111111 | 3ff6e33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)