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 | ???L\ | 0011111100111111001111110100110001011100 | 3f3f3f4c5c |
SJIS-WIN | 墻よ?L\ | 10011010110101001000001011100110001111110100110001011100 | 9ad482e63f4c5c |
EUC-JP | 墻よ?L\ | 11010100110101101010010011101000001111110100110001011100 | d4d6a4e83f4c5c |
UTF-8 | 墻よ눎L\ | 1110010110100010101110111110001110000010100010001110101110001000100011100100110001011100 | e5a2bbe38288eb888e4c5c |
UHC | 墻よ눎L\ | 1110110111011111101010101110100010000111101010100100110001011100 | eddfaae887aa4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)