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 | 輒貉鶉溪 | 1110011101101011111001101011100111101010010001111001111111100010 | e76be6b9ea479fe2 |
EUC-JP | 輒貉鶉溪 | 1110110111001100111011001011101111110011101010001101111011100100 | edccecbbf3a8dee4 |
UTF-8 | 輒貉鶉溪 | 111010001011110010010010111010001011001010001001111010011011011010001001111001101011101010101010 | e8bc92e8b289e9b689e6baaa |
UHC | 輒??溪 | 111101001110010100111111001111111100110110100010 | f4e53f3fcda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)