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 | ???絶?? | 00111111001111110011111110010000111000100011111100111111 | 3f3f3f90e23f3f |
EUC-JP | ???絶?? | 00111111001111110011111111000000111001000011111100111111 | 3f3f3fc0e43f3f |
UTF-8 | 簾앯껍絶뽲눛 | 111011111010011010100110111011001001010110101111111010101011101110001101111001111011010110110110111010111011110110110010111010111000100010011011 | efa6a6ec95afeabb8de7b5b6ebbdb2eb889b |
UHC | 簾앯껍絶뽲눛 | 111001111010000110011101111001111011001010101110111011111011111010010110111011101000011110110011 | e7a19de7b2aeefbe96ee87b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)