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 | 弟冪???? | 1001001011101101100110010111000000111111001111110011111100111111 | 92ed99703f3f3f3f |
EUC-JP | 弟冪???? | 1100010011101111110100011101000100111111001111110011111100111111 | c4efd1d13f3f3f3f |
UTF-8 | 弟冪렰뜻뤧췇 | 111001011011110010011111111001011000011010101010111010111010000010110000111010111001110010111011111010111010010010100111111011001011011110000111 | e5bc9fe586aaeba0b0eb9cbbeba4a7ecb787 |
UHC | 弟冪렰뜻뤧췇 | 111100001010100111011000111100011000111010111101101101101110011010001111110101011010111001000010 | f0a9d8f18ebdb6e68fd5ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)