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 | 永??揖х? | 100010010110100100111111001111111001011101001011100001001000011100111111 | 89693f3f974b84873f |
EUC-JP | 永??揖х? | 101100011100101000111111001111111100110110101100101001111110011100111111 | b1ca3f3fcdaca7e73f |
UTF-8 | 永띔퍜揖х독 | 1110011010110000101110001110101110011101100101001110110110001101100111001110011010001111100101101101000110000101111010111000111110000101 | e6b0b8eb9d94ed8d9ce68f96d185eb8f85 |
UHC | 永띔퍜揖х독 | 111001111011010110110110111010101011101110010011111010111110011110101100111001111011010110110110 | e7b5b6eabb93ebe7ace7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)