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 | 鮠狩ク疲 | 11101001101111001000111011101011101110001001010011100110 | e9bc8eebb894e6 |
EUC-JP | 鮠狩ク疲 | 1111001010111110101111001110110110001110101110001100100011101000 | f2bebced8eb8c8e8 |
UTF-8 | 鮠狩ク疲 | 111010011010111010100000111001111000101110101001111011111011110110111000111001111001011010110010 | e9aea0e78ba9efbdb8e796b2 |
UHC | ?狩?疲 | 001111111110001010101101001111111111100110101010 | 3fe2ad3ff9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)