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 | 鴦??議?? | 1110100111110001001111110011111110001011011000110011111100111111 | e9f13f3f8b633f3f |
EUC-JP | 鴦??議?? | 1111001011110011001111110011111110110101110001000011111100111111 | f2f33f3fb5c43f3f |
UTF-8 | 鴦볤퉭議뗰쬉 | 111010011011010010100110111010111011001110100100111011011000100110101101111010001010110110110000111010111001011110110000111011001010110010001001 | e9b4a6ebb3a4ed89ade8adb0eb97b0ecac89 |
UHC | 鴦볤퉭議뗰쬉 | 111001001110110010010011111010101011100110000101111011001010000110001011111011111010011010011111 | e4ec93eab985eca18befa69f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)