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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 訂冀錨 | 100100101111100110011001011000101001010101100100 | 92f999629564 |
EUC-JP | 訂冀錨 | 110001001111101111010001110000111100100111000101 | c4fbd1c3c9c5 |
UTF-8 | 訂冀錨 | 111010001010100010000010111001011000011010000000111010011000110010101000 | e8a882e58680e98ca8 |
UHC | 訂冀錨 | 111011111111010011010000111011011101100111100001 | eff4d0edd9e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)