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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鮠狩ク泌゙ | 1110100110111100100011101110101110111000100101001110010111011110 | e9bc8eebb894e5de |
EUC-JP | 鮠狩ク泌゙ | 11110010101111101011110011101101100011101011100011001000111001111000111011011110 | f2bebced8eb8c8e78ede |
UTF-8 | 鮠狩ク泌゙ | 111010011010111010100000111001111000101110101001111011111011110110111000111001101011001110001100111011111011111010011110 | e9aea0e78ba9efbdb8e6b38cefbe9e |
UHC | ?狩?泌? | 00111111111000101010110100111111111110011011001000111111 | 3fe2ad3ff9b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)