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 | 止?陰?茁? | 100011100111111000111111100010010100000100111111111110111001001100111111 | 8e7e3f89413ffb933f |
EUC-JP | 止?陰?茁? | 10111011110111110011111110110001101000100011111110001111110101111101111000111111 | bbdf3fb1a23f8fd7de3f |
UTF-8 | 止렲陰렊茁렫 | 111001101010110110100010111010111010000010110010111010011001100110110000111010111010000010001010111010001000110010000001111010111010000010101011 | e6ada2eba0b2e999b0eba08ae88c81eba0ab |
UHC | 止렲陰렊茁렫 | 111100101010110110001110101111111110101111100100100011101010000111110001111010001000111010111001 | f2ad8ebfebe48ea1f1e88eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)