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 | 鰲??液? | 11101001111000000011111100111111100010010111010000111111 | e9e03f3f89743f |
EUC-JP | 鰲??液? | 11110010111000100011111100111111101100011101010100111111 | f2e23f3fb1d53f |
UTF-8 | 鰲쒙퐢液멊 | 111010011011000010110010111011001001001010011001111011011001000010100010111001101011011010110010111010111010100110001010 | e9b0b2ec9299ed90a2e6b6b2eba98a |
UHC | 鰲쒙퐢液멊 | 11101000101001111001110011101111101111011000101111100100111110111001000101000010 | e8a79cefbd8be4fb9142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)