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 | ???烏? | 001111110011111100111111100010010100011100111111 | 3f3f3f89473f |
EUC-JP | ???烏? | 001111110011111100111111101100011010100000111111 | 3f3f3fb1a83f |
UTF-8 | 玲붹뜤烏뾄 | 111011111010011010101101111010111011011010111001111010111001110010100100111001111000001110001111111010111011111010000100 | efa6adebb6b9eb9ca4e7838febbe84 |
UHC | 玲붹뜤烏뾄 | 11100111101111111001010011100110100011011010011111101000101000011001011101000010 | e7bf94e68da7e8a19742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)