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 | 虎?じ拔 | 10001100110101010011111110000010101101101001110101010101 | 8cd53f82b69d55 |
EUC-JP | 虎?じ拔 | 10111000110101110011111110100100101110001101100110110110 | b8d73fa4b8d9b6 |
UTF-8 | 虎뫄じ拔 | 111010001001100110001110111010111010101110000100111000111000000110011000111001101000101110010100 | e8998eebab84e38198e68b94 |
UHC | 虎뫄じ拔 | 1111101111011011101110001111101010101010101110001101101011111011 | fbdbb8faaab8dafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)