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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 釥シ骰譬サ | 1111101111000000101111001110100110001101111001101010000010111011 | fbc0bce98de6a0bb |
EUC-JP | 釥シ骰譬サ | 1000111111100011101010111000111010111100111100011110110111101100101000101000111010111011 | 8fe3ab8ebcf1edeca28ebb |
UTF-8 | 釥シ骰譬サ | 111010011000011110100101111011111011110110111100111010011010101010110000111010001010110110101100111011111011110110111011 | e987a5efbdbce9aab0e8adacefbdbb |
UHC | ???譬? | 001111110011111100111111110111101010011100111111 | 3f3f3fdea73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)