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甕 | 11100001010100000011111100111111010011101110000101010000 | e1503f3f4ee150 |
EUC-JP | 甕??N甕 | 11100001101100010011111100111111010011101110000110110001 | e1b13f3f4ee1b1 |
UTF-8 | 甕욑슭N甕 | 11100111100101001001010111101100100110101001000111101100100010101010110101001110111001111001010010010101 | e79495ec9a91ec8aad4ee79495 |
UHC | 甕욑슭N甕 | 111010001011100010011110111011111011110110111110010011101110100010111000 | e8b89eefbdbe4ee8b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)