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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蠇幢セるΔ | 111110111010000110011011111011111011111010000010111010011000001110100010 | fba19befbe82e983a2 |
EUC-JP | ?幢セるΔ | 001111111101011011110001100011101011111010100100111010111010011010100100 | 3fd6f18ebea4eba6a4 |
UTF-8 | 蠇幢セるΔ | 1110100010100000100001111110010110111001101000101110111110111101101111101110001110000010100010111100111010010100 | e8a087e5b9a2efbdbee3828bce94 |
UHC | ?幢?るΔ | 0011111111010011110100110011111110101010111010111010010111000100 | 3fd3d33faaeba5c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)