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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ???猶?\ | 00111111001111110011111110010111010100000011111101011100 | 3f3f3f97503f5c |
EUC-JP | ???猶?\ | 00111111001111110011111111001101101100010011111101011100 | 3f3f3fcdb13f5c |
UTF-8 | 若ㅺ퉿猶뇓\ | 11101111101001011011010011100011100001011011101011101101100010011011111111100111100011001011011011101011100001111001001101011100 | efa5b4e385baed89bfe78cb6eb87935c |
UHC | 若ㅺ퉿猶뇓\ | 1110010110101110101001001110101010111001100101111110101110100010100001110111100101011100 | e5aea4eab997eba287795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)