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 | 湿紗湿式 | 1000111010111100100011101101000110001110101111001000111010101110 | 8ebc8ed18ebc8eae |
EUC-JP | 湿紗湿式 | 1011110010111110101111001101001110111100101111101011110010110000 | bcbebcd3bcbebcb0 |
UTF-8 | 湿紗湿式 | 111001101011100110111111111001111011010010010111111001101011100110111111111001011011110010001111 | e6b9bfe7b497e6b9bfe5bc8f |
UHC | ?紗?式 | 001111111101111011101001001111111110001111010010 | 3fdee93fe3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)