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 | 畏???? | 100010001101100000111111001111110011111100111111 | 88d83f3f3f3f |
EUC-JP | 畏??濚? | 1011000011011010001111110011111110001111110010011010000100111111 | b0da3f3f8fc9a13f |
UTF-8 | 畏욑쉬濚㎬ | 111001111001010110001111111011001001101010010001111011001000100110101100111001101011111110011010111000111000111010101100 | e7958fec9a91ec89ace6bf9ae38eac |
UHC | 畏욑쉬濚㎬ | 11101000111001101001111011101111101111011010110011100111101110011010011111101000 | e8e69eefbdace7b9a7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)