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 | 載?將? | 100011011101101000111111100110111001001000111111 | 8dda3f9b923f |
EUC-JP | 載?將? | 101110101101110000111111110101011111001000111111 | badc3fd5f23f |
UTF-8 | 載렕將렚 | 111010001011110010001001111010111010000010010101111001011011000010000111111010111010000010011010 | e8bc89eba095e5b087eba09a |
UHC | 載렕將렚 | 1110111010110000100011101010101011101101111000101000111010101101 | eeb08eaaede28ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)