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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 捨借邪 | 100011101100110010001110110110001000111011010111 | 8ecc8ed88ed7 |
EUC-JP | 捨借邪 | 101111001100111010111100110110101011110011011001 | bccebcdabcd9 |
UTF-8 | 捨借邪 | 111001101000110110101000111001011000000010011111111010011000001010101010 | e68da8e5809fe982aa |
UHC | 捨借邪 | 110111101101011111110011101010001101111011110111 | ded7f3a8def7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)