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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?????市? | 0011111100111111001111110011111100111111100011100111001100111111 | 3f3f3f3f3f8e733f |
EUC-JP | ?????市? | 0011111100111111001111110011111100111111101110111101010000111111 | 3f3f3f3f3fbbd43f |
UTF-8 | 렳뤵펿쥙핊市렚 | 111010111010000010110011111010111010010010110101111011011000111010111111111011001010010110011001111011011001010110001010111001011011100010000010111010111010000010011010 | eba0b3eba4b5ed8ebfeca599ed958ae5b882eba09a |
UHC | 렳뤵펿쥙핊市렚 | 1000111011000000100011111110001110111100100011101010001010001110110000001000111111100011101111001000111010101101 | 8ec08fe3bc8ea28ec08fe3bc8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)