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 | 00111111001111110101001001000101 | 3f3f5245 |
SJIS-WIN | 牾珥RE | 111000001011000111100000111000000101001001000101 | e0b1e0e05245 |
EUC-JP | 牾珥RE | 111000001011001111100000111000100101001001000101 | e0b3e0e25245 |
UTF-8 | 牾珥RE | 1110011110001001101111101110011110001111101001010101001001000101 | e789bee78fa55245 |
UHC | ?珥RE | 0011111111101100101101000101001001000101 | 3fecb45245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)