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 | 逎倶そ箏 | 1110011110100011100010111110010010000010101110111110001010110101 | e7a38be482bbe2b5 |
EUC-JP | 逎倶そ箏 | 1110111010100101101101101110011010100100101111011110010010110111 | eea5b6e6a4bde4b7 |
UTF-8 | 逎倶そ箏 | 111010011000000010001110111001011000000010110110111000111000000110011101111001111010111010001111 | e9808ee580b6e3819de7ae8f |
UHC | ??そ箏 | 001111110011111110101010101111011110111010110100 | 3f3faabdeeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)