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 | 畏???θ? | 1000100011011000001111110011111100111111100000111100011000111111 | 88d83f3f3f83c63f |
EUC-JP | 畏???θ? | 1011000011011010001111110011111100111111101001101100100000111111 | b0da3f3f3fa6c83f |
UTF-8 | 畏뺡뜈說θ즱 | 1110011110010101100011111110101110111010101000011110101110011100100010001110111110100110101000011100111010111000111011001010011010110001 | e7958febbaa1eb9c88efa6a1ceb8eca6b1 |
UHC | 畏뺡뜈說θ즱 | 111010001110011010010101111010011000110110001011111001101111001010100101111010001010001110000011 | e8e695e98d8be6f2a5e8a383 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)