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 | ???泄? | 001111110011111100111111100111111001010100111111 | 3f3f3f9f953f |
EUC-JP | ???泄? | 001111110011111100111111110111011111010100111111 | 3f3f3fddf53f |
UTF-8 | 롘렖렲泄렲 | 111010111010000110011000111010111010000010010110111010111010000010110010111001101011001110000100111010111010000010110010 | eba198eba096eba0b2e6b384eba0b2 |
UHC | 롘렖렲泄렲 | 10001110110111001000111010101011100011101011111111100000110111001000111010111111 | 8edc8eab8ebfe0dc8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)