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 | ???N? | 0011111100111111001111110100111000111111 | 3f3f3f4e3f |
SJIS-WIN | 甕??N穩 | 11100001010100000011111100111111010011101110001001110010 | e1503f3f4ee272 |
EUC-JP | 甕??N穩 | 11100001101100010011111100111111010011101110001111010011 | e1b13f3f4ee3d3 |
UTF-8 | 甕욑슭N穩 | 11100111100101001001010111101100100110101001000111101100100010101010110101001110111001111010100110101001 | e79495ec9a91ec8aad4ee7a9a9 |
UHC | 甕욑슭N穩 | 111010001011100010011110111011111011110110111110010011101110100010110001 | e8b89eefbdbe4ee8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)