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 | 才?材? | 100011011100101100111111100011011101111000111111 | 8dcb3f8dde3f |
EUC-JP | 才?材? | 101110101100110100111111101110101110000000111111 | bacd3fbae03f |
UTF-8 | 才렖材렲 | 111001101000100110001101111010111010000010010110111001101001110110010000111010111010000010110010 | e6898deba096e69d90eba0b2 |
UHC | 才렖材렲 | 1110111010100110100011101010101111101110101001111000111010111111 | eea68eabeea78ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)