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 | 11110001111000011000111010110110011111010111011011110001111000011000111010110110011111010111011001000010 | f1e18eb67d76f1e18eb67d7642 |
EUC-JP | ?叱}v?叱}vB | 0011111110111100101110000111110101110110001111111011110010111000011111010111011001000010 | 3fbcb87d763fbcb87d7642 |
UTF-8 | 叱}v叱}vB | 1110111010000101100111001110010110001111101100010111110101110110111011101000010110011100111001011000111110110001011111010111011001000010 | ee859ce58fb17d76ee859ce58fb17d7642 |
UHC | ?叱}v?叱}vB | 0011111111110010111010100111110101110110001111111111001011101010011111010111011001000010 | 3ff2ea7d763ff2ea7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)