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 | 0011111110010111011100000111110101110110001111111001011101110000011111010111011001000010 | 3f97707d763f97707d7642 |
EUC-JP | ?用}v?用}vB | 0011111111001101110100010111110101110110001111111100110111010001011111010111011001000010 | 3fcdd17d763fcdd17d7642 |
UTF-8 | 쒔用}v쒔用}vB | 1110110010010010100101001110011110010100101010000111110101110110111011001001001010010100111001111001010010101000011111010111011001000010 | ec9294e794a87d76ec9294e794a87d7642 |
UHC | 쒔用}v쒔用}vB | 10111110101011011110100111000100011111010111011010111110101011011110100111000100011111010111011001000010 | beade9c47d76beade9c47d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)