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 | ?晳?役 | 001111111111101011011001001111111001011011110000 | 3ffad93f96f0 |
EUC-JP | ?晳?役 | 00111111100011111100001011000100001111111100110011110010 | 3f8fc2c43fccf2 |
UTF-8 | 歷晳黎役 | 111011111010011010001100111001101001100110110011111011111010011010001001111001011011110110111001 | efa68ce699b3efa689e5bdb9 |
UHC | 歷晳黎役 | 1110011010111000111000001010111111100110101100011110011010110101 | e6b8e0afe6b1e6b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)