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 | 壹?俺??。 | 100110101110001100111111100010011011010000111111001111111000000101000010 | 9ae33f89b43f3f8142 |
EUC-JP | 壹?俺??。 | 110101001110010100111111101100101011011000111111001111111010000110100011 | d4e53fb2b63f3fa1a3 |
UTF-8 | 壹렧俺펼렊。 | 111001011010001110111001111010111010000010100111111001001011111110111010111011011000111010111100111010111010000010001010111000111000000010000010 | e5a3b9eba0a7e4bfbaed8ebceba08ae38082 |
UHC | 壹렧俺펼렊。 | 111011001110110010001110101101101110010111101111110001101110111010001110101000011010000110100011 | ecec8eb6e5efc6ee8ea1a1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)