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 | 驅穩咫喊 | 1110100101111011111000100111001010011010010000001001101001011110 | e97be2729a409a5e |
EUC-JP | 驅穩咫喊 | 1111000111011100111000111101001111010011101000011101001110111111 | f1dce3d3d3a1d3bf |
UTF-8 | 驅穩咫喊 | 111010011010100110000101111001111010100110101001111001011001001010101011111001011001011010001010 | e9a985e7a9a9e592abe5968a |
UHC | 驅穩咫喊 | 1100111111001100111010001011000111110010101000011111100111100010 | cfcce8b1f2a1f9e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)