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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 碯碪犲碯碪犲B | 11100001111100111110000111110010111000001011101011100001111100111110000111110010111000001011101001000010 | e1f3e1f2e0bae1f3e1f2e0ba42 |
EUC-JP | 碯碪犲碯碪犲B | 11100010111101011110001011110100111000001011110011100010111101011110001011110100111000001011110001000010 | e2f5e2f4e0bce2f5e2f4e0bc42 |
UTF-8 | 碯碪犲碯碪犲B | 11100111101000101010111111100111101000101010101011100111100010101011001011100111101000101010111111100111101000101010101011100111100010101011001001000010 | e7a2afe7a2aae78ab2e7a2afe7a2aae78ab242 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)