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 | 斜雫煮邪 | 1000111011001110100011101011010010001110110011111000111011010111 | 8ece8eb48ecf8ed7 |
EUC-JP | 斜雫煮邪 | 1011110011010000101111001011011010111100110100011011110011011001 | bcd0bcb6bcd1bcd9 |
UTF-8 | 斜雫煮邪 | 111001101001011010011100111010011001101110101011111001111000010110101110111010011000001010101010 | e6969ce99babe785aee982aa |
UHC | 斜?煮邪 | 11011110110110000011111111101101101101001101111011110111 | ded83fedb4def7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)