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 | 肄叱遙執鋐 | 11100011111001011000111010110110111010101010000110001110101101111111101111010010 | e3e58eb6eaa18eb7fbd2 |
EUC-JP | 肄叱遙執鋐 | 1110011011100111101111001011100011110100101000111011110010111001100011111110010010111110 | e6e7bcb8f4a3bcb98fe4be |
UTF-8 | 肄叱遙執鋐 | 111010001000001010000100111001011000111110110001111010011000000110011001111001011001111110110111111010011000101110010000 | e88284e58fb1e98199e59fb7e98b90 |
UHC | 肄叱遙執? | 111011001011110111110010111010101110100110101011111100101111101100111111 | ecbdf2eae9abf2fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)