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 | ???揖?? | 00111111001111110011111110010111010010110011111100111111 | 3f3f3f974b3f3f |
EUC-JP | ???揖?? | 00111111001111110011111111001101101011000011111100111111 | 3f3f3fcdac3f3f |
UTF-8 | 劣꾨툖揖닷ㅇ | 111011111010011010011101111010101011111010101000111011011000100010010110111001101000111110010110111010111000101110110111111000111000010110000111 | efa69deabea8ed8896e68f96eb8bb7e38587 |
UHC | 劣꾨툖揖닷ㅇ | 111001101110101110000100111010111011100010001101111010111110011110110100111001011010010010110111 | e6eb84ebb88debe7b4e5a4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)