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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?亞〓? | 001111111001100010110001100000011010110000111111 | 3f98b181ac3f |
EUC-JP | ?亞〓? | 001111111101000010110011101000101010111000111111 | 3fd0b3a2ae3f |
UTF-8 | 룶亞〓룶 | 111010111010001110110110111001001011101010011110111000111000000010010011111010111010001110110110 | eba3b6e4ba9ee38093eba3b6 |
UHC | 룶亞〓룶 | 1000111110101011111001001010110010100001111010111000111110101011 | 8fabe4aca1eb8fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)