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 | 逡???量靜 | 111001111001010100111111001111110011111110010111110010101110100011001110 | e7953f3f3f97cae8ce |
EUC-JP | 逡???量靜 | 111011011111010100111111001111110011111111001110110011001111000011010000 | edf53f3f3fceccf0d0 |
UTF-8 | 逡ㅷ렋펠量靜 | 111010011000000010100001111000111000010110110111111010111010000010001011111011011000111010100000111010011000011110001111111010011001110110011100 | e980a1e385b7eba08bed8ea0e9878fe99d9c |
UHC | 逡ㅷ렋펠量靜 | 111100011110010010100100111001111000111010100010110001101110011111010101111000011111000010100001 | f1e4a4e78ea2c6e7d5e1f0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)