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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 闥湲埼 | 111010001001001010011111110100011000110111101001 | e8929fd18de9 |
EUC-JP | 闥湲埼 | 111011111111001011011110110100111011101011101011 | eff2ded3baeb |
UTF-8 | 闥湲埼 | 111010011001011110100101111001101011100110110010111001011001111110111100 | e997a5e6b9b2e59fbc |
UHC | ?湲埼 | 0011111111101010101110001101000011110010 | 3feab8d0f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)