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 | ?????Re^ | 0011111100111111001111110011111100111111010100100110010101011110 | 3f3f3f3f3f52655e |
SJIS-WIN | ?使???Re^ | 001111111000111001100111001111110011111100111111010100100110010101011110 | 3f8e673f3f3f52655e |
EUC-JP | ?使???Re^ | 001111111011101111001000001111110011111100111111010100100110010101011110 | 3fbbc83f3f3f52655e |
UTF-8 | 렺使렚렻렕Re^ | 111010111010000010111010111001001011110110111111111010111010000010011010111010111010000010111011111010111010000010010101010100100110010101011110 | eba0bae4bdbfeba09aeba0bbeba09552655e |
UHC | 렺使렚렻렕Re^ | 10001110110000101101111011000101100011101010110110001110110000111000111010101010010100100110010101011110 | 8ec2dec58ead8ec38eaa52655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)