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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?證じ | 0011111111100110100110101000001010110110 | 3fe69a82b6 |
EUC-JP | ?證じ | 0011111111101011111110101010010010111000 | 3febfaa4b8 |
UTF-8 | 얍證じ | 111011001001011010001101111010001010110110001001111000111000000110011000 | ec968de8ad89e38198 |
UHC | 얍證じ | 101111101110010111110001111110111010101010111000 | bee5f1fbaab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)