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 | 咫???羽? | 1001101001000000001111110011111100111111100010010100100000111111 | 9a403f3f3f89483f |
EUC-JP | 咫???羽? | 1101001110100001001111110011111100111111101100011010100100111111 | d3a13f3f3fb1a93f |
UTF-8 | 咫계렓렍羽렩 | 111001011001001010101011111010101011001110000100111010111010000010010011111010111010000010001101111001111011111010111101111010111010000010101001 | e592abeab384eba093eba08de7bebdeba0a9 |
UHC | 咫계렓렍羽렩 | 111100101010000110110000111010001000111010101000100011101010001111101001111000101000111010110111 | f2a1b0e88ea88ea3e9e28eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)