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 | ?挑淵? | 001111111001001010100111100101011010001100111111 | 3f92a795a33f |
EUC-JP | ?挑淵? | 001111111100010010101001110010101010010100111111 | 3fc4a9caa53f |
UTF-8 | 룶挑淵룵 | 111010111010001110110110111001101000110010010001111001101011011110110101111010111010001110110101 | eba3b6e68c91e6b7b5eba3b5 |
UHC | 룶挑淵룵 | 1000111110101011110100111111101111100110110100001000111110101010 | 8fabd3fbe6d08faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)