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 | 逡嬢亰逡 | 1110011110010101100011111110110010011000101101011110011110010101 | e7958fec98b5e795 |
EUC-JP | 逡嬢亰逡 | 1110110111110101101111101110111011010000101101111110110111110101 | edf5beeed0b7edf5 |
UTF-8 | 逡嬢亰逡 | 111010011000000010100001111001011010110010100010111001001011101010110000111010011000000010100001 | e980a1e5aca2e4bab0e980a1 |
UHC | 逡??逡 | 111100011110010000111111001111111111000111100100 | f1e43f3ff1e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)