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 | 兆?さ? | 100100101001101100111111100000101011001100111111 | 929b3f82b33f |
EUC-JP | 兆?さ? | 110000111111101100111111101001001011010100111111 | c3fb3fa4b53f |
UTF-8 | 兆빛さ렑 | 111001011000010110000110111010111011100110011011111000111000000110010101111010111010000010010001 | e58586ebb99be38195eba091 |
UHC | 兆빛さ렑 | 1111000010111100101110101111101110101010101101011000111010100110 | f0bcbafbaab58ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)