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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 短鱈巽短脱 | 10010010010110101001001001001100100100100100011010010010010110101001001001000101 | 925a924c9246925a9245 |
EUC-JP | 短鱈巽短脱 | 11000011101110111100001110101101110000111010011111000011101110111100001110100110 | c3bbc3adc3a7c3bbc3a6 |
UTF-8 | 短鱈巽短脱 | 111001111001111110101101111010011011000110001000111001011011011110111101111001111001111110101101111010001000010010110001 | e79fade9b188e5b7bde79fade884b1 |
UHC | 短?巽短? | 1101001110101101001111111110000111011110110100111010110100111111 | d3ad3fe1ded3ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)