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 | リ闔コ漆 | 11110000111010101101100011101000100011101011101010001110101111011111001010110000 | f0ead8e88eba8ebdf2b0 |
EUC-JP | ?リ闔コ漆? | 00111111100011101101100011101111111011101000111010111010101111001011111100111111 | 3f8ed8efee8ebabcbf3f |
UTF-8 | リ闔コ漆 | 111011101000001010101001111011111011111010011000111010011001011110010100111011111011110110111010111001101011110010000110111011101000011110100111 | ee82a9efbe98e99794efbdbae6bc86ee87a7 |
UHC | ??闔?漆? | 0011111100111111111110011110111100111111111101101101010000111111 | 3f3ff9ef3ff6d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)