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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 讓ス譽夐┓ | 111001101010100010111101111001101010001110011010111010011000010010101101 | e6a8bde6a39ae984ad |
EUC-JP | 讓ス譽夐┓ | 11101100101010101000111010111101111011001010010111010100111010111010100010101111 | ecaa8ebdeca5d4eba8af |
UTF-8 | 讓ス譽夐┓ | 111010001010111010010011111011111011110110111101111010001010110110111101111001011010010010010000111000101001010010010011 | e8ae93efbdbde8adbde5a490e29493 |
UHC | 讓?譽?┓ | 1110010111010011001111111110011111100010001111111010011010101111 | e5d33fe7e23fa6af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)