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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ???揖??? | 0011111100111111001111111001011101001011001111110011111100111111 | 3f3f3f974b3f3f3f |
| EUC-JP | ???揖??? | 0011111100111111001111111100110110101100001111110011111100111111 | 3f3f3fcdac3f3f3f |
| UTF-8 | 凉깆쉻揖붼굲琉 | 111011111010010110111001111010101011100110000110111011001000100110111011111001101000111110010110111010111011011010111100111010101011010110110010111011111010011110001100 | efa5b9eab986ec89bbe68f96ebb6bceab5b2efa78c |
| UHC | 凉깆쉻揖붼굲琉 | 1110010110111100101100011110110010011010100100011110101111100111100101001110100110000010100101011110101110100100 | e5bcb1ec9a91ebe794e98295eba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)