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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | ??瞼颱] | 00111111001111111110000111011001111010010100010101011101 | 3f3fe1d9e9455d |
EUC-JP | ??瞼颱] | 00111111001111111110001011011011111100011010011001011101 | 3f3fe2dbf1a65d |
UTF-8 | 룶끼瞼颱] | 11101011101000111011011011101011100000011011110011100111100111101011110011101001101000101011000101011101 | eba3b6eb81bce79ebce9a2b15d |
UHC | 룶끼瞼颱] | 100011111010101110110011101000101100110010100001111101111100011101011101 | 8fabb3a2cca1f7c75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)