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 | ?甕ゆ? | 001111111110000101010000100000101110010000111111 | 3fe15082e43f |
EUC-JP | ?甕ゆ? | 001111111110000110110001101001001110011000111111 | 3fe1b1a4e63f |
UTF-8 | 횜甕ゆ섐 | 111011011001101010011100111001111001010010010101111000111000001010000110111011001000010010010000 | ed9a9ce79495e38286ec8490 |
UHC | 횜甕ゆ섐 | 1100001110010110111010001011100010101010111001101011110010101011 | c396e8b8aae6bcab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)