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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
EUC-JP | ?搢???\ | 0011111110001111110000001100111100111111001111110011111101011100 | 3f8fc0cf3f3f3f5c |
UTF-8 | 렮搢롃렓렠\ | 11101011101000001010111011100110100100001010001011101011101000011000001111101011101000001001001111101011101000001010000001011100 | eba0aee690a2eba183eba093eba0a05c |
UHC | 렮搢롃렓렠\ | 1000111010111011111100101100101010001110110010101000111010101000100011101011000101011100 | 8ebbf2ca8eca8ea88eb15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)