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 | ??N}??N{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-WIN | 峠?N}峠?N{^ | 1001001110111011001111110100111001111101100100111011101100111111010011100111101101011110 | 93bb3f4e7d93bb3f4e7b5e |
EUC-JP | 峠?N}峠?N{^ | 1100011010111101001111110100111001111101110001101011110100111111010011100111101101011110 | c6bd3f4e7dc6bd3f4e7b5e |
UTF-8 | 峠외N}峠외N{^ | 1110010110110011101000001110110010011001101110000100111001111101111001011011001110100000111011001001100110111000010011100111101101011110 | e5b3a0ec99b84e7de5b3a0ec99b84e7b5e |
UHC | 峠외N}峠외N{^ | 11011111110001111011111111011100010011100111110111011111110001111011111111011100010011100111101101011110 | dfc7bfdc4e7ddfc7bfdc4e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)