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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
EUC-JP | ?????堧E | 001111110011111100111111001111110011111110001111101110001010100001000101 | 3f3f3f3f3f8fb8a845 |
UTF-8 | 뀀뤝曆뀀뤝堧E | 11101011100000001000000011101011101001001001110111101111101001101000101111101011100000001000000011101011101001001001110111100101101000001010011101000101 | eb8080eba49defa68beb8080eba49de5a0a745 |
UHC | 뀀뤝曆뀀뤝堧E | 10110010111010111000111111001100111001101011011110110010111010111000111111001100111001101100000001000101 | b2eb8fcce6b7b2eb8fcce6c045 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)