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 | 弡苓ヲコ | 111110101011011110010111111010001010011010111010 | fab797e8a6ba |
EUC-JP | 弡苓ヲコ | 100011111011110011100100110011101110101010001110101001101000111010111010 | 8fbce4ceea8ea68eba |
UTF-8 | 弡苓ヲコ | 111001011011110010100001111010001000101110010011111011111011110110100110111011111011110110111010 | e5bca1e88b93efbda6efbdba |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)