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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 訷樊浙跂 | 1111101110100100100111101110011010011111101101001110011011100011 | fba49ee69fb4e6e3 |
EUC-JP | 訷樊浙跂 | 100011111101110111010100110111001110100011011110101101101110110011100101 | 8fddd4dce8deb6ece5 |
UTF-8 | 訷樊浙跂 | 111010001010100010110111111001101010100010001010111001101011010110011001111010001011011110000010 | e8a8b7e6a88ae6b599e8b782 |
UHC | ?樊浙? | 001111111101101111100000111011111011101000111111 | 3fdbe0efba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)