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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???′ | 0011111100111111001111111000000110001100 | 3f3f3f818c |
EUC-JP | ???′ | 0011111100111111001111111010000111101100 | 3f3f3fa1ec |
UTF-8 | 렺믹렺′ | 111010111010000010111010111010111010111110111001111010111010000010111010111000101000000010110010 | eba0baebafb9eba0bae280b2 |
UHC | 렺믹렺′ | 1000111011000010101110011100110110001110110000101010000111000111 | 8ec2b9cd8ec2a1c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)