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 | 鮏璽醤晥 | 1111110001000011100011101010001110001111110111011111101011010101 | fc438ea38fddfad5 |
EUC-JP | 鮏璽醤? | 1000111111101010110110111011110010100101101111101101111100111111 | 8feadbbca5bedf3f |
UTF-8 | 鮏璽醤晥 | 111010011010111010001111111001111001001010111101111010011000011010100100111001101001100110100101 | e9ae8fe792bde986a4e699a5 |
UHC | ?璽?晥 | 001111111101111111011110001111111111110010110111 | 3fdfde3ffcb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)