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 | ???¤? | 0011111100111111001111111010010000111111 | 3f3f3fa43f |
SJIS-WIN | ?戍??? | 001111111001110011111001001111110011111100111111 | 3f9cf93f3f3f |
EUC-JP | ?戍?¤? | 0011111111011000111110110011111110001111101000101111000000111111 | 3fd8fb3f8fa2f03f |
UTF-8 | 룶戍춳¤룶 | 1110101110100011101101101110011010001000100011011110110010110110101100111100001010100100111010111010001110110110 | eba3b6e6888decb6b3c2a4eba3b6 |
UHC | 룶戍춳¤룶 | 10001111101010111110001010100001101011011000111110100010101101001000111110101011 | 8fabe2a1ad8fa2b48fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)