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 | 濚??揖?? | 100011111100100110100001001111110011111111001101101011000011111100111111 | 8fc9a13f3fcdac3f3f |
| UTF-8 | 濚욌낄揖붶슭 | 111001101011111110011010111011001001101010001100111010111000001010000100111001101000111110010110111010111011011010110110111011001000101010101101 | e6bf9aec9a8ceb8284e68f96ebb6b6ec8aad |
| UHC | 濚욌낄揖붶슭 | 111001111011100110011110111010111011001110100101111010111110011110010100111001001011110110111110 | e7b99eebb3a5ebe794e4bdbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)