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 | 永??揖?耀 | 100010010110100100111111001111111001011101001011001111111001011101110011 | 89693f3f974b3f9773 |
EUC-JP | 永??揖?耀 | 101100011100101000111111001111111100110110101100001111111100110111010100 | b1ca3f3fcdac3fcdd4 |
UTF-8 | 永띕낑揖쵫耀 | 111001101011000010111000111010111001110110010101111010111000001010010001111001101000111110010110111011001011010110101011111010001000000010000000 | e6b0b8eb9d95eb8291e68f96ecb5abe88080 |
UHC | 永띕낑揖쵫耀 | 111001111011010110110110111010111011001110101001111010111110011110101101010010101110100110100101 | e7b5b6ebb3a9ebe7ad4ae9a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)