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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 池肯?? | 100100100111001010001101011011010011111100111111 | 92728d6d3f3f |
EUC-JP | 池肯?庾 | 1100001111010011101110011100111000111111100011111011110011001110 | c3d3b9ce3f8fbcce |
UTF-8 | 池肯딧庾 | 111001101011000110100000111010001000001010101111111010111001010010100111111001011011101010111110 | e6b1a0e882afeb94a7e5babe |
UHC | 池肯딧庾 | 1111001010101110110100001110100110110101111101111110101011101100 | f2aed0e9b5f7eaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)