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 | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
SJIS-WIN | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
EUC-JP | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
UTF-8 | 됤쑘W}됤쑘W{^ | 1110101110010000101001001110110010010001100110000101011101111101111010111001000010100100111011001001000110011000010101110111101101011110 | eb90a4ec9198577deb90a4ec9198577b5e |
UHC | 됤쑘W}됤쑘W{^ | 10001001111000101001110010110111010101110111110110001001111000101001110010110111010101110111101101011110 | 89e29cb7577d89e29cb7577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)