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 | 霓「讓鯉ス「 | 111010001011110110100010111001101010100010001100111011111011110110100010 | e8bda2e6a88cefbda2 |
EUC-JP | 霓「讓鯉ス「 | 111100001011111110001110101000101110110010101010101110001111000110001110101111011000111010100010 | f0bf8ea2ecaab8f18ebd8ea2 |
UTF-8 | 霓「讓鯉ス「 | 111010011001110010010011111011111011110110100010111010001010111010010011111010011010111110001001111011111011110110111101111011111011110110100010 | e99c93efbda2e8ae93e9af89efbdbdefbda2 |
UHC | 霓?讓鯉?? | 111001111110011100111111111001011101001111010111111011110011111100111111 | e7e73fe5d3d7ef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)