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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髫肴刋辟 | 1110100110011010100011011110011010011001100001001110011110000100 | e99a8de69984e784 |
EUC-JP | 髫肴刋辟 | 1111000111111010101110101110100011010001111001001110110111100100 | f1fabae8d1e4ede4 |
UTF-8 | 髫肴刋辟 | 111010011010101110101011111010001000001010110100111001011000100010001011111010001011111010011111 | e9ababe882b4e5888be8be9f |
UHC | ?肴?? | 0011111111111101101000100011111100111111 | 3ffda23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)