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 | キヲ蕉レ | 1011011110100110100011111101010011011010 | b7a68fd4da |
EUC-JP | キヲ蕉レ | 1000111010110111100011101010011010111110110101101000111011011010 | 8eb78ea6bed68eda |
UTF-8 | キヲ蕉レ | 111011111011110110110111111011111011110110100110111010001001010110001001111011111011111010011010 | efbdb7efbda6e89589efbe9a |
UHC | ??蕉? | 0011111100111111111101011010111100111111 | 3f3ff5af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)