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 | 雍夜椛隨 | 1110100010110100100101101110100110001010100100011110011110101100 | e8b496e98a91e7ac |
EUC-JP | 雍夜椛隨 | 1111000010110110110011001110101110110011111100011110111010101110 | f0b6ccebb3f1eeae |
UTF-8 | 雍夜椛隨 | 111010011001101110001101111001011010010010011100111001101010010010011011111010011001101010101000 | e99b8de5a49ce6a49be99aa8 |
UHC | 雍夜?隨 | 11101000101111001110010110101000001111111110001011001011 | e8bce5a83fe2cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)