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 | 11100000110001101110000011111100011111010111011011100000110001101110000011111100011111010111011001000010 | e0c6e0fc7d76e0c6e0fc7d7642 |
EUC-JP | 猗珱}v猗珱}vB | 11100000110010001110000011111110011111010111011011100000110010001110000011111110011111010111011001000010 | e0c8e0fe7d76e0c8e0fe7d7642 |
UTF-8 | 猗珱}v猗珱}vB | 1110011110001100100101111110011110001111101100010111110101110110111001111000110010010111111001111000111110110001011111010111011001000010 | e78c97e78fb17d76e78c97e78fb17d7642 |
UHC | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)