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 | 櫻←?億 | 10011111010011101000000110101001001111111000100110101101 | 9f4e81a93f89ad |
EUC-JP | 櫻←?億 | 11011101101011111010001010101011001111111011001010101111 | ddafa2ab3fb2af |
UTF-8 | 櫻←텚億 | 111001101010101110111011111000101000011010010000111011011000010110011010111001011000010010000100 | e6abbbe28690ed859ae58484 |
UHC | 櫻←텚億 | 1110010110100001101000011110011110110110100100111110010111100010 | e5a1a1e7b693e5e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)