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 | ??S????? | 0011111100111111010100110011111100111111001111110011111100111111 | 3f3f533f3f3f3f3f |
SJIS-WIN | ??S????? | 0011111100111111010100110011111100111111001111110011111100111111 | 3f3f533f3f3f3f3f |
EUC-JP | ??S????? | 0011111100111111010100110011111100111111001111110011111100111111 | 3f3f533f3f3f3f3f |
UTF-8 | 렻렮S렻늚렮렻렏 | 11101011101000001011101111101011101000001010111001010011111010111010000010111011111010111000101010011010111010111010000010101110111010111010000010111011111010111010000010001111 | eba0bbeba0ae53eba0bbeb8a9aeba0aeeba0bbeba08f |
UHC | 렻렮S렻늚렮렻렏 | 100011101100001110001110101110110101001110001110110000111011010011000101100011101011101110001110110000111000111010100101 | 8ec38ebb538ec3b4c58ebb8ec38ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)