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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豎晧「ゅ | 11100110101100011001110111101100101000101000001011100011 | e6b19deca282e3 |
EUC-JP | 豎晧「ゅ | 1110110010110011110110101110111010001110101000101010010011100101 | ecb3daee8ea2a4e5 |
UTF-8 | 豎晧「ゅ | 111010001011000110001110111001101001100110100111111011111011110110100010111000111000001010000101 | e8b18ee699a7efbda2e38285 |
UHC | ?晧?ゅ | 001111111111101111000101001111111010101011100101 | 3ffbc53faae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)