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 | 鬨育巨迢 | 1110100110101000100010001110011110001011100100001110011110001011 | e9a888e78b90e78b |
EUC-JP | 鬨育巨迢 | 1111001010101010101100001110100110110101111100001110110111101011 | f2aab0e9b5f0edeb |
UTF-8 | 鬨育巨迢 | 111010011010110010101000111010001000001010110010111001011011011110101000111010001011111110100010 | e9aca8e882b2e5b7a8e8bfa2 |
UHC | ?育巨? | 001111111110101111000000110010111101110100111111 | 3febc0cbdd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)