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 | 誰辰属鱈蔵莵 | 100100100100111010010010010000111001000110101110100100100100110010010001101000001110010010110111 | 924e924391ae924c91a0e4b7 |
EUC-JP | 誰辰属鱈蔵莵 | 110000111010111111000011101001001100001010110000110000111010110111000010101000101110100010111001 | c3afc3a4c2b0c3adc2a2e8b9 |
UTF-8 | 誰辰属鱈蔵莵 | 111010001010101010110000111010001011111010110000111001011011000110011110111010011011000110001000111010001001010010110101111010001000111010110101 | e8aab0e8beb0e5b19ee9b188e894b5e88eb5 |
UHC | 誰辰???? | 1110001011000001111100101110001100111111001111110011111100111111 | e2c1f2e33f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)