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 | ????㎡? | 00111111001111110011111100111111100001110111010100111111 | 3f3f3f3f87753f |
EUC-JP | ?????靷 | 0011111100111111001111110011111100111111100011111110011110111101 | 3f3f3f3f3f8fe7bd |
UTF-8 | 嶺뚋뼜됵㎡靷 | 111011111010011010101011111010111001101010001011111010111011110010011100111010111001000010110101111000111000111010100001111010011001110110110111 | efa6abeb9a8bebbc9ceb90b5e38ea1e99db7 |
UHC | 嶺뚋뼜됵㎡靷 | 111001111010110110001100110011101011101111000101100010011110111110100111101100111110110011100110 | e7ad8ccebbc589efa7b3ece6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)