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 | ?????@ | 001111110011111100111111001111110011111101000000 | 3f3f3f3f3f40 |
SJIS-WIN | ??げ??@ | 00111111001111111000001010110000001111110011111101000000 | 3f3f82b03f3f40 |
EUC-JP | ??げ??@ | 00111111001111111010010010110010001111110011111101000000 | 3f3fa4b23f3f40 |
UTF-8 | 룶찋げ룶챥@ | 11101011101000111011011011101100101100001000101111100011100000011001001011101011101000111011011011101100101100011010010101000000 | eba3b6ecb08be38192eba3b6ecb1a540 |
UHC | 룶찋げ룶챥@ | 1000111110101011101010011000111110101010101100101000111110101011101010100111000001000000 | 8faba98faab28fabaa7040 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)