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 | ?善傷 | 0011111110010001010100001000111110011101 | 3f91508f9d |
EUC-JP | ?善傷 | 0011111111000001101100011011110111111101 | 3fc1b1bdfd |
UTF-8 | 렭善傷 | 111010111010000010101101111001011001011010000100111001011000001010110111 | eba0ade59684e582b7 |
UHC | 렭善傷 | 100011101011101011100000101111001101111110111111 | 8ebae0bcdfbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)