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 | ?善?? | 0011111110010001010100000011111100111111 | 3f91503f3f |
EUC-JP | ?善?? | 0011111111000001101100010011111100111111 | 3fc1b13f3f |
UTF-8 | 뤶善퍘헝 | 111010111010010010110110111001011001011010000100111011011000110110011000111011011001011110011101 | eba4b6e59684ed8d98ed979d |
UHC | 뤶善퍘헝 | 1000111111100100111000001011110010111011100011111100011111101011 | 8fe4e0bcbb8fc7eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)