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 | 耶????? | 10010110111010110011111100111111001111110011111100111111 | 96eb3f3f3f3f3f |
EUC-JP | 耶????? | 11001100111011010011111100111111001111110011111100111111 | cced3f3f3f3f3f |
UTF-8 | 耶븐옿溜뺣젒 | 111010001000000010110110111010111011100010010000111011001001100010111111111011111010011110001011111010111011101010100011111011001010000010010010 | e880b6ebb890ec98bfefa78bebbaa3eca092 |
UHC | 耶븐옿溜뺣젒 | 111001011010110110111010111011001001111010110100111010101111111010010101111010111010000010010001 | e5adbaec9eb4eafe95eba091 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)