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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 筌k?怡?^ | 111000101010001110000010100010110011111110011100011111010011111101011110 | e2a3828b3f9c7d3f5e |
EUC-JP | 筌k?怡?^ | 111001001010010110100011111010110011111111010111110111100011111101011110 | e4a5a3eb3fd7de3f5e |
UTF-8 | 筌k벊怡췤^ | 11100111101011011000110011101111101111011000101111101011101100101000101011100110100000001010000111101100101101111010010001011110 | e7ad8cefbd8bebb28ae680a1ecb7a45e |
UHC | 筌k벊怡췤^ | 1110111110100111101000111110101110010011101011011110110010101110101011100110001101011110 | efa7a3eb93adecaeae635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)