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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鈔蛾メ蓚晁キ | 1110011111100010100010011110100110000011100000011110010011101001100111011110100010110111 | e7e289e98381e4e99de8b7 |
EUC-JP | 鈔蛾メ蓚晁キ | 111011101110010010110010111010111010010111100001111010001110101111011010111010101000111010110111 | eee4b2eba5e1e8ebdaea8eb7 |
UTF-8 | 鈔蛾メ蓚晁キ | 111010011000100010010100111010001001101110111110111000111000001110100001111010001001001110011010111001101001100110000001111011111011110110110111 | e98894e89bbee383a1e8939ae69981efbdb7 |
UHC | ?蛾メ蓚晁? | 00111111111001001011011010101011111000011110001010111110111100001100010100111111 | 3fe4b6abe1e2bef0c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)