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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 肄叱遙執 | 1110001111100101100011101011011011101010101000011000111010110111 | e3e58eb6eaa18eb7 |
EUC-JP | 肄叱遙執 | 1110011011100111101111001011100011110100101000111011110010111001 | e6e7bcb8f4a3bcb9 |
UTF-8 | 肄叱遙執 | 111010001000001010000100111001011000111110110001111010011000000110011001111001011001111110110111 | e88284e58fb1e98199e59fb7 |
UHC | 肄叱遙執 | 1110110010111101111100101110101011101001101010111111001011111011 | ecbdf2eae9abf2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)