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 | ?操?? | 0011111110010001100000000011111100111111 | 3f91803f3f |
EUC-JP | ?操?? | 0011111111000001111000000011111100111111 | 3fc1e03f3f |
UTF-8 | 셀操솎셀 | 111011001000010110000000111001101001001110001101111011001000011010001110111011001000010110000000 | ec8580e6938dec868eec8580 |
UHC | 셀操솎셀 | 1011110010111111111100001100001110111100110101001011110010111111 | bcbff0c3bcd4bcbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)