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 | 裝絅?趾 | 11100101111001001110001101000100001111111110011011100100 | e5e4e3443fe6e4 |
EUC-JP | 裝絅?趾 | 11101010111001101110010110100101001111111110110011100110 | eae6e5a53fece6 |
UTF-8 | 裝絅톰趾 | 111010001010001110011101111001111011010110000101111011011000011010110000111010001011011010111110 | e8a39de7b585ed86b0e8b6be |
UHC | 裝絅톰趾 | 1110110111111011110011001110011111000101111010001111001010111111 | edfbcce7c5e8f2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)