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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 沃??猷ι? | 100101111000000000111111001111111001011101010001100000111100011100111111 | 97803f3f975183c73f |
EUC-JP | 沃??猷ι? | 110011011110000000111111001111111100110110110010101001101100100100111111 | cde03f3fcdb2a6c93f |
UTF-8 | 沃섓퐠猷ι솻 | 1110011010110010100000111110110010000100100100111110110110010000101000001110011110001100101101111100111010111001111011001000011010111011 | e6b283ec8493ed90a0e78cb7ceb9ec86bb |
UHC | 沃섓퐠猷ι솻 | 111010001010101010011000111011111011110110001001111010111010001110100101111010011001100110110000 | e8aa98efbd89eba3a5e999b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)