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 | 獒??揖?? | 100011111100101110111011001111110011111111001101101011000011111100111111 | 8fcbbb3f3fcdac3f3f |
UTF-8 | 獒뺣ㅏ揖쇗뤃 | 111001111000110110010010111010111011101010100011111000111000010110001111111001101000111110010110111011001000011110010111111010111010010010000011 | e78d92ebbaa3e3858fe68f96ec8797eba483 |
UHC | 獒뺣ㅏ揖쇗뤃 | 111010001010001110010101111010111010010010111111111010111110011110111100111001101000111110110100 | e8a395eba4bfebe7bce68fb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)