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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 程?肄??? | 1001001011110110001111111110001111100101001111110011111100111111 | 92f63fe3e53f3f3f |
EUC-JP | 程?肄??? | 1100010011111000001111111110011011100111001111110011111100111111 | c4f83fe6e73f3f3f |
UTF-8 | 程렖肄희렰렗 | 111001111010100010001011111010111010000010010110111010001000001010000100111011011001110110101100111010111010000010110000111010111010000010010111 | e7a88beba096e88284ed9daceba0b0eba097 |
UHC | 程렖肄희렰렗 | 111011111110111110001110101010111110110010111101110010001111000110001110101111011000111010101100 | efef8eabecbdc8f18ebd8eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)