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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霍ェ鬢捺オョ | 111010001011011110101010111010011010010010010011111001101011010110101110 | e8b7aae9a493e6b5ae |
EUC-JP | 霍ェ鬢捺オョ | 111100001011100110001110101010101111001010100110110001101110100010001110101101011000111010101110 | f0b98eaaf2a6c6e88eb58eae |
UTF-8 | 霍ェ鬢捺オョ | 111010011001110010001101111011111011110110101010111010011010110010100010111001101000110110111010111011111011110110110101111011111011110110101110 | e99c8defbdaae9aca2e68dbaefbdb5efbdae |
UHC | ???捺?? | 00111111001111110011111111010001111101000011111100111111 | 3f3f3fd1f43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)