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 | 一??櫻 | 100010001110101000111111001111111001111101001110 | 88ea3f3f9f4e |
EUC-JP | 一??櫻 | 101100001110110000111111001111111101110110101111 | b0ec3f3fddaf |
UTF-8 | 一면땐櫻 | 111001001011100010000000111010111010100110110100111010111001010110010000111001101010101110111011 | e4b880eba9b4eb9590e6abbb |
UHC | 一면땐櫻 | 1110110011101001101110001110100110110110101010011110010110100001 | ece9b8e9b6a9e5a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)