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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鈑灘腰鈑 | 1110011111100101100100111110010110001101100110001110011111100101 | e7e593e58d98e7e5 |
EUC-JP | 鈑灘腰鈑 | 1110111011100111110001101110011110111001111110001110111011100111 | eee7c6e7b9f8eee7 |
UTF-8 | 鈑灘腰鈑 | 111010011000100010010001111001111000000110011000111010001000010110110000111010011000100010010001 | e98891e78198e885b0e98891 |
UHC | 鈑灘腰鈑 | 1111011111111110111101111010100011101001101001101111011111111110 | f7fef7a8e9a6f7fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)