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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 壅??源ζ | 1001101011010111001111110011111110001100101110011000001111000100 | 9ad73f3f8cb983c4 |
EUC-JP | 壅??源ζ | 1101010011011001001111110011111110111000101110111010011011000110 | d4d93f3fb8bba6c6 |
UTF-8 | 壅ㅷ킋源ζ | 1110010110100011100001011110001110000101101101111110110110000010100010111110011010111010100100001100111010110110 | e5a385e385b7ed828be6ba90ceb6 |
UHC | 壅ㅷ킋源ζ | 11101000101101011010010011100111101101001001011111101010101110011010010111100110 | e8b5a4e7b497eab9a5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)