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 | 重?乙?億? | 100011110110010000111111100010011011001100111111100010011010110100111111 | 8f643f89b33f89ad3f |
EUC-JP | 重?乙?億? | 101111011100010100111111101100101011010100111111101100101010111100111111 | bdc53fb2b53fb2af3f |
UTF-8 | 重렮乙렓億렖 | 111010011000011110001101111010111010000010101110111001001011100110011001111010111010000010010011111001011000010010000100111010111010000010010110 | e9878deba0aee4b999eba093e58484eba096 |
UHC | 重렮乙렓億렖 | 111100011110110010001110101110111110101111100000100011101010100011100101111000101000111010101011 | f1ec8ebbebe08ea8e5e28eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)