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 | 簇?偕? | 111000101100011000111111100110001111000100111111 | e2c63f98f13f |
EUC-JP | 簇?偕? | 111001001100100000111111110100001111001100111111 | e4c83fd0f33f |
UTF-8 | 簇렒偕렦 | 111001111011000010000111111010111010000010010010111001011000000110010101111010111010000010100110 | e7b087eba092e58195eba0a6 |
UHC | 簇렒偕렦 | 1111000011101010100011101010011111111010101001011000111010110101 | f0ea8ea7faa58eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)