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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隲「繝ォ籬冶 | 11101000101010111010001011100011100000111010101111100010110111111001011011101000 | e8aba2e383abe2df96e8 |
EUC-JP | 隲「繝ォ籬冶 | 111100001010110110001110101000101110010111100011100011101010101111100100111000011100110011101010 | f0ad8ea2e5e38eabe4e1ccea |
UTF-8 | 隲「繝ォ籬冶 | 111010011001101010110010111011111011110110100010111001111011100110011101111011111011110110101011111001111011000110101100111001011000011010110110 | e99ab2efbda2e7b99defbdabe7b1ace586b6 |
UHC | ????籬冶 | 0011111100111111001111110011111111010111111001101110010110100111 | 3f3f3f3fd7e6e5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)