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 | ??O?}?r | 00111111001111110100111100111111011111010011111101110010 | 3f3f4f3f7d3f72 |
SJIS-WIN | ??O?}?r | 00111111001111110100111100111111011111010011111101110010 | 3f3f4f3f7d3f72 |
EUC-JP | ??O?}?r | 00111111001111110100111100111111011111010011111101110010 | 3f3f4f3f7d3f72 |
UTF-8 | 묧뫏O묧}묨r | 111010111010110010100111111010111010101110001111010011111110101110101100101001110111110111101011101011001010100001110010 | ebaca7ebab8f4febaca77debaca872 |
UHC | 묧뫏O묧}묨r | 1001000111111110100100011011000101001111100100011111111001111101100100100100000101110010 | 91fe91b14f91fe7d924172 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)