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 | 咫孟??壯? | 100110100100000010010110110100000011111100111111100110101110000100111111 | 9a4096d03f3f9ae13f |
EUC-JP | 咫孟??壯? | 110100111010000111001100110100100011111100111111110101001110001100111111 | d3a1ccd23f3fd4e33f |
UTF-8 | 咫孟렰렋壯렗 | 111001011001001010101011111001011010110110011111111010111010000010110000111010111010000010001011111001011010001110101111111010111010000010010111 | e592abe5ad9feba0b0eba08be5a3afeba097 |
UHC | 咫孟렰렋壯렗 | 111100101010000111011000111010111000111010111101100011101010001011101101111000001000111010101100 | f2a1d8eb8ebd8ea2ede08eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)