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 | 爰?身? | 111000001010011100111111100100000110011100111111 | e0a73f90673f |
EUC-JP | 爰?身? | 111000001010100100111111101111111100100000111111 | e0a93fbfc83f |
UTF-8 | 爰렢身렒 | 111001111000100010110000111010111010000010100010111010001011101010101011111010111010000010010010 | e788b0eba0a2e8baabeba092 |
UHC | 爰렢身렒 | 1110101010111010100011101011001111100011111100111000111010100111 | eaba8eb3e3f38ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)