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 | 鼇??媛?? | 1110101010000111001111110011111110010101010100010011111100111111 | ea873f3f95513f3f |
EUC-JP | 鼇??媛?? | 1111001111100111001111110011111111001001101100100011111100111111 | f3e73f3fc9b23f3f |
UTF-8 | 鼇귝븥媛방틦 | 111010011011110010000111111010101011011110011101111010111011100010100101111001011010101010011011111010111011000010101001111011011000101110100110 | e9bc87eab79debb8a5e5aa9bebb0a9ed8ba6 |
UHC | 鼇귝븥媛방틦 | 111010001010100010000010111001101001010110001110111010101011000010111001111001101011101010010000 | e8a882e6958eeab0b9e6ba90 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)