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 | ×éÏÎèûZ | 1101011111101001110011111100111010001111111010001111101101011010 | d7e9cfce8fe8fb5a |
SJIS-WIN | ×??????Z | 100000010111111000111111001111110011111100111111001111110011111101011010 | 817e3f3f3f3f3f3f5a |
EUC-JP | ×éÏÎ?èûZ | 10100001110111111000111110101011101100011000111110101010110000011000111110101010110000100011111110001111101010111011001010001111101010111110010101011010 | a1df8fabb18faac18faac23f8fabb28fabe55a |
UTF-8 | ×éÏÎèûZ | 110000111001011111000011101010011100001110001111110000111000111011000010100011111100001110101000110000111011101101011010 | c397c3a9c38fc38ec28fc3a8c3bb5a |
UHC | ×??????Z | 101000011011111100111111001111110011111100111111001111110011111101011010 | a1bf3f3f3f3f3f3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)