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 | 鄙ケ遲ー | 111001111011111110111001111001111010110110110000 | e7bfb9e7adb0 |
EUC-JP | 鄙ケ遲ー | 1110111011000001100011101011100111101110101011111000111010110000 | eec18eb9eeaf8eb0 |
UTF-8 | 鄙ケ遲ー | 111010011000010010011001111011111011110110111001111010011000000110110010111011111011110110110000 | e98499efbdb9e981b2efbdb0 |
UHC | 鄙?遲? | 110111101010100100111111111100101100000000111111 | dea93ff2c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)