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 | ?鴦淋査? | 0011111111101001111100011001011111010010100011011011100000111111 | 3fe9f197d28db83f |
EUC-JP | ?鴦淋査? | 0011111111110010111100111100111011010100101110101011101000111111 | 3ff2f3ced4baba3f |
UTF-8 | 뤙鴦淋査렱 | 111010111010010010011001111010011011010010100110111001101011011110001011111001101001111110111011111010111010000010110001 | eba499e9b4a6e6b78be69fbbeba0b1 |
UHC | 뤙鴦淋査렱 | 10001111110010001110010011101100110101111111101011011110110110111000111010111110 | 8fc8e4ecd7fadedb8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)