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 | ?仇?? | 0011111110001011011101110011111100111111 | 3f8b773f3f |
EUC-JP | ?仇堧? | 00111111101101011101100010001111101110001010100000111111 | 3fb5d88fb8a83f |
UTF-8 | 룵仇堧룶 | 111010111010001110110101111001001011101110000111111001011010000010100111111010111010001110110110 | eba3b5e4bb87e5a0a7eba3b6 |
UHC | 룵仇堧룶 | 1000111110101010110011101111101111100110110000001000111110101011 | 8faacefbe6c08fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)