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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ???眷B | 001111110011111100111111111000011100010101000010 | 3f3f3fe1c542 |
EUC-JP | ???眷B | 001111110011111100111111111000101100011101000010 | 3f3f3fe2c742 |
UTF-8 | 僚녹뼚眷B | 11101111101001101011101111101011100001011011100111101011101111001001101011100111100111001011011101000010 | efa6bbeb85b9ebbc9ae79cb742 |
UHC | 僚녹뼚眷B | 111010001110100010110011111011001001011010100000110011111110111101000010 | e8e8b3ec96a0cfef42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)