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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鈺ф?歸鈺 | 111110111100010010000100100001100011111110011111011001001111101111000100 | fbc484863f9f64fbc4 |
EUC-JP | 鈺ф?歸鈺 | 1000111111100011110101011010011111100110001111111101110111000101100011111110001111010101 | 8fe3d5a7e63fddc58fe3d5 |
UTF-8 | 鈺ф츏歸鈺 | 1110100110001000101110101101000110000100111011001011100010001111111001101010110110111000111010011000100010111010 | e988bad184ecb88fe6adb8e988ba |
UHC | 鈺ф츏歸鈺 | 11101000101011011010110011100110101011101000101011001111111111011110100010101101 | e8adace6ae8acffde8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)