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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???懈? | 001111110011111100111111100111001110011000111111 | 3f3f3f9ce63f |
EUC-JP | ???懈? | 001111110011111100111111110110001110100000111111 | 3f3f3fd8e83f |
UTF-8 | 렯롆렱懈롉 | 111010111010000010101111111010111010000110000110111010111010000010110001111001101000011110001000111010111010000110001001 | eba0afeba186eba0b1e68788eba189 |
UHC | 렯롆렱懈롉 | 10001110101111001000111011001100100011101011111011111010101010111000111011001111 | 8ebc8ecc8ebefaab8ecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)