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 | ????礪? | 00111111001111110011111100111111111000011110100000111111 | 3f3f3f3fe1e83f |
EUC-JP | ????礪? | 00111111001111110011111100111111111000101110101000111111 | 3f3f3f3fe2ea3f |
UTF-8 | 롖렋렊뤵礪줒 | 111010111010000110010110111010111010000010001011111010111010000010001010111010111010010010110101111001111010010010101010111011001010010010010010 | eba196eba08beba08aeba4b5e7a4aaeca492 |
UHC | 롖렋렊뤵礪줒 | 100011101101101010001110101000101000111010100001100011111110001111010101111011001010001001000010 | 8eda8ea28ea18fe3d5eca242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)