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 | ?港?? | 0011111110001101011000000011111100111111 | 3f8d603f3f |
EUC-JP | ?港?薏 | 00111111101110011100000100111111100011111101100111011110 | 3fb9c13f8fd9de |
UTF-8 | 룿港뤂薏 | 111010111010001110111111111001101011100010101111111010111010010010000010111010001001011010001111 | eba3bfe6b8afeba482e8968f |
UHC | 룿港뤂薏 | 1000111110110000111110011111101110001111101100111110101111111011 | 8fb0f9fb8fb3ebfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)