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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 節g?節? | 1001000011011111100000101000011100111111100100001101111100111111 | 90df82873f90df3f |
EUC-JP | 節g?節? | 1100000011100001101000111110011100111111110000001110000100111111 | c0e1a3e73fc0e13f |
UTF-8 | 節g닗節퍫 | 111001111010111110000000111011111011110110000111111010111000101110010111111001111010111110000000111011011000110110101011 | e7af80efbd87eb8b97e7af80ed8dab |
UHC | 節g닗節퍫 | 11101111101111011010001111100111100010001001101111101111101111011011110001000010 | efbda3e7889befbdbc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)