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 | 厓??言 | 111110101000110100111111001111111000110010111110 | fa8d3f3f8cbe |
EUC-JP | 厓??言 | 10001111101101001100011100111111001111111011100011000000 | 8fb4c73f3fb8c0 |
UTF-8 | 厓긺겮言 | 111001011000111010010011111010101011100010111010111010101011001010101110111010001010100010000000 | e58e93eab8baeab2aee8a880 |
UHC | 厓긺겮言 | 1110010011101101101100011110011110000001101111001110010111101011 | e4edb1e781bce5eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)