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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 倭????? | 10011000011000000011111100111111001111110011111100111111 | 98603f3f3f3f3f |
EUC-JP | 倭??沅?? | 110011111100000100111111001111111000111111000110111010010011111100111111 | cfc13f3f8fc6e93f3f |
UTF-8 | 倭몄뮃沅싪땻 | 111001011000000010101101111010111010101010000100111010111010111010000011111001101011001010000101111011001000101110101010111010111001010110111011 | e580adebaa84ebae83e6b285ec8baaeb95bb |
UHC | 倭몄뮃沅싪땻 | 111010001101111010111000111011001001001010010010111010101011011010011010111010001000101110010001 | e8deb8ec9292eab69ae88b91 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)