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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 疇艙}疇艙{^ | 1110000101100101111001000111100101111101111000010110010111100100011110010111101101011110 | e165e4797de165e4797b5e |
EUC-JP | 疇艙}疇艙{^ | 1110000111000110111001111101101001111101111000011100011011100111110110100111101101011110 | e1c6e7da7de1c6e7da7b5e |
UTF-8 | 疇艙}疇艙{^ | 111001111001011010000111111010001000100110011001011111011110011110010110100001111110100010001001100110010111101101011110 | e79687e889997de79687e889997b5e |
UHC | 疇艙}疇艙{^ | 1111000111000010111100111110110101111101111100011100001011110011111011010111101101011110 | f1c2f3ed7df1c2f3ed7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)