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 | 爰?重? | 111000001010011100111111100011110110010000111111 | e0a73f8f643f |
EUC-JP | 爰?重? | 111000001010100100111111101111011100010100111111 | e0a93fbdc53f |
UTF-8 | 爰렚重렖 | 111001111000100010110000111010111010000010011010111010011000011110001101111010111010000010010110 | e788b0eba09ae9878deba096 |
UHC | 爰렚重렖 | 1110101010111010100011101010110111110001111011001000111010101011 | eaba8eadf1ec8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)