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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 劑???提? | 1001100110011101001111110011111100111111100100101111000100111111 | 999d3f3f3f92f13f |
EUC-JP | 劑???提? | 1101000111111101001111110011111100111111110001001111001100111111 | d1fd3f3f3fc4f33f |
UTF-8 | 劑ㅸ렡렰提렖 | 111001011000101010010001111000111000010110111000111010111010000010100001111010111010000010110000111001101000111110010000111010111010000010010110 | e58a91e385b8eba0a1eba0b0e68f90eba096 |
UHC | 劑ㅸ렡렰提렖 | 111100001010010110100100111010001000111010110010100011101011110111110000101010111000111010101011 | f0a5a4e88eb28ebdf0ab8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)