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 | 嬢ヨ篠冗ョ | 1000111111101100110101101000111011000010100011111110011110101110 | 8fecd68ec28fe7ae |
EUC-JP | 嬢ヨ篠冗ョ | 10111110111011101000111011010110101111001100010010111110111010011000111010101110 | beee8ed6bcc4bee98eae |
UTF-8 | 嬢ヨ篠冗ョ | 111001011010110010100010111011111011111010010110111001111010111110100000111001011000011010010111111011111011110110101110 | e5aca2efbe96e7afa0e58697efbdae |
UHC | ??篠冗? | 00111111001111111110000111000110111010011011011100111111 | 3f3fe1c6e9b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)