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 | ?襄?? | 0011111111100101111101010011111100111111 | 3fe5f53f3f |
EUC-JP | ?襄?? | 0011111111101010111101110011111100111111 | 3feaf73f3f |
UTF-8 | 세襄셰셈 | 111011001000010010111000111010001010010110000100111011001000010110110000111011001000010110001000 | ec84b8e8a584ec85b0ec8588 |
UHC | 세襄셰셈 | 1011110010111100111001011101000110111100110011101011110011000000 | bcbce5d1bccebcc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)