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 | 悉樵ィ而 | 100011101011101111110010111000111000111110111111101010001000111010100111 | 8ebbf2e38fbfa88ea7 |
EUC-JP | 悉?樵ィ而 | 101111001011110100111111101111101100000110001110101010001011110010101001 | bcbd3fbec18ea8bca9 |
UTF-8 | 悉樵ィ而 | 111001101000001010001001111011101000100010011010111001101010100010110101111011111011110110101000111010001000000010001100 | e68289ee889ae6a8b5efbda8e8808c |
UHC | 悉?樵?而 | 1110001111111010001111111111010110100011001111111110110010111011 | e3fa3ff5a33fecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)