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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陝セ闊鯉ス娥 | 11101000100111111011111011101000100010001000110011101111101111011001101101001101 | e89fbee8888cefbd9b4d |
EUC-JP | 陝セ闊鯉ス娥 | 111100001010000110001110101111101110111111101000101110001111000110001110101111011101010110101110 | f0a18ebeefe8b8f18ebdd5ae |
UTF-8 | 陝セ闊鯉ス娥 | 111010011001100110011101111011111011110110111110111010011001011110001010111010011010111110001001111011111011110110111101111001011010100010100101 | e9999defbdbee9978ae9af89efbdbde5a8a5 |
UHC | 陝?闊鯉?娥 | 11100000111011010011111111111100110001001101011111101111001111111110010010110000 | e0ed3ffcc4d7ef3fe4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)