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 | 驕ス蜀暦スセ | 111010011000000110111101111001011000011010010111111011111011110110111110 | e981bde58697efbdbe |
EUC-JP | 驕ス蜀暦スセ | 111100011110000110001110101111011110100111100110110011101111000110001110101111011000111010111110 | f1e18ebde9e6cef18ebd8ebe |
UTF-8 | 驕ス蜀暦スセ | 111010011010100110010101111011111011110110111101111010001001110010000000111001101001101010100110111011111011110110111101111011111011110110111110 | e9a995efbdbde89c80e69aa6efbdbdefbdbe |
UHC | 驕?蜀??? | 1100111011110110001111111111010110111001001111110011111100111111 | cef63ff5b93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)