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???? | 00111111001111110101001100111111001111110011111100111111 | 3f3f533f3f3f3f |
SJIS-WIN | ??S???? | 00111111001111110101001100111111001111110011111100111111 | 3f3f533f3f3f3f |
EUC-JP | ??S???? | 00111111001111110101001100111111001111110011111100111111 | 3f3f533f3f3f3f |
UTF-8 | 렻렏S렺ㅔ걜봬 | 11101011101000001011101111101011101000001000111101010011111010111010000010111010111000111000010110010100111010101011000110011100111010111011010010101100 | eba0bbeba08f53eba0bae38594eab19cebb4ac |
UHC | 렻렏S렺ㅔ걜봬 | 10001110110000111000111010100101010100111000111011000010101001001100010010110000110001001011101011000100 | 8ec38ea5538ec2a4c4b0c4bac4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)