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 | 卒歎促蔵 | 1001000110110010100100100101011010010001101000111001000110100000 | 91b2925691a391a0 |
EUC-JP | 卒歎促蔵 | 1100001010110100110000111011011111000010101001011100001010100010 | c2b4c3b7c2a5c2a2 |
UTF-8 | 卒歎促蔵 | 111001011000110110010010111001101010110110001110111001001011111110000011111010001001010010110101 | e58d92e6ad8ee4bf83e894b5 |
UHC | 卒歎促? | 11110000111011111111011110100111111101011011010100111111 | f0eff7a7f5b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)