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 | 辿樽嘆棚 | 1001001001001000100100100100110110010010010100011001001001001001 | 9248924d92519249 |
EUC-JP | 辿樽嘆棚 | 1100001110101001110000111010111011000011101100101100001110101010 | c3a9c3aec3b2c3aa |
UTF-8 | 辿樽嘆棚 | 111010001011111010111111111001101010100010111101111001011001100010000110111001101010001110011010 | e8bebfe6a8bde59886e6a39a |
UHC | ?樽嘆棚 | 00111111111100011101110011110111101000111101110111011100 | 3ff1dcf7a3dddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)