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 | 液??送 | 100010010111010000111111001111111001000110010111 | 89743f3f9197 |
EUC-JP | 液??送 | 101100011101010100111111001111111100000111110111 | b1d53f3fc1f7 |
UTF-8 | 液뒍룵送 | 111001101011011010110010111010111001001010001101111010111010001110110101111010011000000010000001 | e6b6b2eb928deba3b5e98081 |
UHC | 液뒍룵送 | 1110010011111011100010101000101010001111101010101110000111101010 | e4fb8a8a8faae1ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)