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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | 絪??絪??^ | 1000111111010011111011000011111100111111100011111101001111101100001111110011111101011110 | 8fd3ec3f3f8fd3ec3f3f5e |
UTF-8 | 絪끾늿絪끿뿲^ | 11100111101101011010101011101011100000011011111011101011100010101011111111100111101101011010101011101011100000011011111111101011101111111011001001011110 | e7b5aaeb81beeb8abfe7b5aaeb81bfebbfb25e |
UHC | 絪끾늿絪끿뿲^ | 11101100110111111000010111100110100010001000100011101100110111111000010111100111100101111011001001011110 | ecdf85e68888ecdf85e797b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)