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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邏や握轣ー | 111001111011010010000010111000101000100010101100111001111000000110110000 | e7b482e288ace781b0 |
EUC-JP | 邏や握轣ー | 11101110101101101010010011100100101100001010111011101101111000011000111010110000 | eeb6a4e4b0aeede18eb0 |
UTF-8 | 邏や握轣ー | 111010011000001010001111111000111000001010000100111001101000111110100001111010001011110110100011111011111011110110110000 | e9828fe38284e68fa1e8bda3efbdb0 |
UHC | 邏や握?? | 1101010110100100101010101110010011100100110001000011111100111111 | d5a4aae4e4c43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)