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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???港? | 001111110011111100111111100011010110000000111111 | 3f3f3f8d603f |
EUC-JP | ???港? | 001111110011111100111111101110011100000100111111 | 3f3f3fb9c13f |
UTF-8 | 黎앹떔港툵 | 111011111010011010001001111011001001010110111001111010111001011010010100111001101011100010101111111011011000100010110101 | efa689ec95b9eb9694e6b8afed88b5 |
UHC | 黎앹떔港툵 | 11100110101100011001110111101100100010111010101011111001111110111011100101001000 | e6b19dec8baaf9fbb948 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)