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 | 淨籠刀梓?? | 10011111110001001110001011000100100100111000000110001000101100100011111100111111 | 9fc4e2c4938188b23f3f |
EUC-JP | 淨籠刀梓?? | 11011110110001101110010011000110110001011110000110110000101101000011111100111111 | dec6e4c6c5e1b0b43f3f |
UTF-8 | 淨籠刀梓띔릴 | 111001101011011110101000111001111011000110100000111001011000100010000000111001101010001010010011111010111001110110010100111010111010011010110100 | e6b7a8e7b1a0e58880e6a293eb9d94eba6b4 |
UHC | 淨籠刀梓띔릴 | 111011111110010011010110111010111101001111101111111011101010100110110110111010101011100010110001 | efe4d6ebd3efeea9b6eab8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)