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{^ | 11101000101001011000010001111011010011100111110111101000101001011000010001111011010011100111101101011110 | e8a5847b4e7de8a5847b4e7b5e |
EUC-JP | 隘кN}隘кN{^ | 11110000101001111010011111011100010011100111110111110000101001111010011111011100010011100111101101011110 | f0a7a7dc4e7df0a7a7dc4e7b5e |
UTF-8 | 隘кN}隘кN{^ | 111010011001101010011000110100001011101001001110011111011110100110011010100110001101000010111010010011100111101101011110 | e99a98d0ba4e7de99a98d0ba4e7b5e |
UHC | 隘кN}隘кN{^ | 11100100111101101010110011011100010011100111110111100100111101101010110011011100010011100111101101011110 | e4f6acdc4e7de4f6acdc4e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)