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 | 塢??倭?? | 1001101011000111001111110011111110011000011000000011111100111111 | 9ac73f3f98603f3f |
EUC-JP | 塢??倭?? | 1101010011001001001111110011111111001111110000010011111100111111 | d4c93f3fcfc13f3f |
UTF-8 | 塢곻쉽倭롳쉔 | 111001011010000110100010111010101011001110111011111011001000100110111101111001011000000010101101111010111010000110110011111011001000100110010100 | e5a1a2eab3bbec89bde580adeba1b3ec8994 |
UHC | 塢곻쉽倭롳쉔 | 111001111111000110000001111011111011110110110001111010001101111010001110111011111011110110101000 | e7f181efbdb1e8de8eefbda8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)