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 | ??獸? | 0011111100111111111000001101011100111111 | 3f3fe0d73f |
EUC-JP | 澔?獸侁 | 100011111100100011101100001111111110000011011001100011111011000011111100 | 8fc8ec3fe0d98fb0fc |
UTF-8 | 澔뫄獸侁 | 111001101011111010010100111010111010101110000100111001111000110110111000111001001011111010000001 | e6be94ebab84e78db8e4be81 |
UHC | 澔뫄獸侁 | 1111101111001011101110001111101011100010101011101110001111100000 | fbcbb8fae2aee3e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)