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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 宍竺嫉斜 | 1000111010110011100011101011000110001110101110011000111011001110 | 8eb38eb18eb98ece |
EUC-JP | 宍竺嫉斜 | 1011110010110101101111001011001110111100101110111011110011010000 | bcb5bcb3bcbbbcd0 |
UTF-8 | 宍竺嫉斜 | 111001011010111010001101111001111010101110111010111001011010101110001001111001101001011010011100 | e5ae8de7abbae5ab89e6969c |
UHC | ?竺嫉斜 | 00111111111101011110011111110010111011001101111011011000 | 3ff5e7f2ecded8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)