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 | 肛??? | 1110001111101000001111110011111100111111 | e3e83f3f3f |
EUC-JP | 肛?瀣? | 11100110111010100011111110001111110010011011000100111111 | e6ea3f8fc9b13f |
UTF-8 | 肛렚瀣렱 | 111010001000001010011011111010111010000010011010111001111000000010100011111010111010000010110001 | e8829beba09ae780a3eba0b1 |
UHC | 肛렚瀣렱 | 1111100111111101100011101010110111111010101011101000111010111110 | f9fd8eadfaae8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)