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 | ?執2凹 | 00111111100011101011011110000010010100011000100110011010 | 3f8eb78251899a |
EUC-JP | ?執2凹 | 00111111101111001011100110100011101100101011000111111010 | 3fbcb9a3b2b1fa |
UTF-8 | 뤑執2凹 | 111010111010010010010001111001011001111110110111111011111011110010010010111001011000011110111001 | eba491e59fb7efbc92e587b9 |
UHC | 뤑執2凹 | 1000111111000001111100101111101110100011101100101110100011101010 | 8fc1f2fba3b2e8ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)