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 | 余??一 | 100101110101110100111111001111111000100011101010 | 975d3f3f88ea |
EUC-JP | 余??一 | 110011011011111000111111001111111011000011101100 | cdbe3f3fb0ec |
UTF-8 | 余꾨틹一 | 111001001011110110011001111010101011111010101000111011011000101110111001111001001011100010000000 | e4bd99eabea8ed8bb9e4b880 |
UHC | 余꾨틹一 | 1110010111111001100001001110101110111010100111111110110011101001 | e5f984ebba9fece9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)