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 | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | 吟?}v吟?}vB | 1000101111100001001111110111110101110110100010111110000100111111011111010111011001000010 | 8be13f7d768be13f7d7642 |
EUC-JP | 吟?}v吟?}vB | 1011011011100011001111110111110101110110101101101110001100111111011111010111011001000010 | b6e33f7d76b6e33f7d7642 |
UTF-8 | 吟쿑}v吟쿑}vB | 1110010110010000100111111110110010111111100100010111110101110110111001011001000010011111111011001011111110010001011111010111011001000010 | e5909fecbf917d76e5909fecbf917d7642 |
UHC | 吟쿑}v吟쿑}vB | 11101011111000011011001101000110011111010111011011101011111000011011001101000110011111010111011001000010 | ebe1b3467d76ebe1b3467d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)