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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?港??港?^ | 001111111000110101100000001111110011111110001101011000000011111101011110 | 3f8d603f3f8d603f5e |
EUC-JP | ?港??港?^ | 001111111011100111000001001111110011111110111001110000010011111101011110 | 3fb9c13f3fb9c13f5e |
UTF-8 | 룿港흠룿港흠^ | 11101011101000111011111111100110101110001010111111101101100111011010000011101011101000111011111111100110101110001010111111101101100111011010000001011110 | eba3bfe6b8afed9da0eba3bfe6b8afed9da05e |
UHC | 룿港흠룿港흠^ | 10001111101100001111100111111011110010001110110010001111101100001111100111111011110010001110110001011110 | 8fb0f9fbc8ec8fb0f9fbc8ec5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)