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 | 菖疳?? | 100011111101001011100001011100000011111100111111 | 8fd2e1703f3f |
EUC-JP | 菖疳?? | 101111101101010011100001110100010011111100111111 | bed4e1d13f3f |
UTF-8 | 菖疳룫溜 | 111010001000111110010110111001111001011010110011111010111010001110101011111011111010011110001011 | e88f96e796b3eba3abefa78b |
UHC | 菖疳룫溜 | 1111001111101110110010101111011110001111101000101110101011111110 | f3eecaf78fa2eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)