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 | 髫肴ィ呈捗 | 111010011001101010001101111001101010100010010010111001101001001010111011 | e99a8de6a892e692bb |
EUC-JP | 髫肴ィ呈捗 | 11110001111110101011101011101000100011101010100011000100111010001100010010111101 | f1fabae88ea8c4e8c4bd |
UTF-8 | 髫肴ィ呈捗 | 111010011010101110101011111010001000001010110100111011111011110110101000111001011001000110001000111001101000110110010111 | e9ababe882b4efbda8e59188e68d97 |
UHC | ?肴?呈? | 00111111111111011010001000111111111011111101000000111111 | 3ffda23fefd03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)