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 | 讓ス霎ソ貉 | 1110011010101000101111011110100010111110101111111110011010111001 | e6a8bde8bebfe6b9 |
EUC-JP | 讓ス霎ソ貉 | 11101100101010101000111010111101111100001100000010001110101111111110110010111011 | ecaa8ebdf0c08ebfecbb |
UTF-8 | 讓ス霎ソ貉 | 111010001010111010010011111011111011110110111101111010011001110010001110111011111011110110111111111010001011001010001001 | e8ae93efbdbde99c8eefbdbfe8b289 |
UHC | 讓???? | 111001011101001100111111001111110011111100111111 | e5d33f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)