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 | 辟乗ュ蜍「驍 | 1110011110000100100011111110011010000011100001011110010110001011101000101110100110000010 | e7848fe68385e58ba2e982 |
EUC-JP | 辟乗ュ蜍「驍 | 111011011110010010111110111010001010010111100101111010011110101110001110101000101111000111100010 | ede4bee8a5e5e9eb8ea2f1e2 |
UTF-8 | 辟乗ュ蜍「驍 | 111010001011111010011111111001001011100110010111111000111000001110100101111010001001110010001101111011111011110110100010111010011010100110001101 | e8be9fe4b997e383a5e89c8defbda2e9a98d |
UHC | ??ュ??驍 | 0011111100111111101010111110010100111111001111111111110110100100 | 3f3fabe53f3ffda4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)