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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?楢??楢?^ | 001111111001001111101000001111110011111110010011111010000011111101011110 | 3f93e83f3f93e83f5e |
EUC-JP | ?楢??楢?^ | 001111111100011011101010001111110011111111000110111010100011111101011110 | 3fc6ea3f3fc6ea3f5e |
UTF-8 | 롎楢렭롎楢렭^ | 11101011101000011000111011100110101001011010001011101011101000001010110111101011101000011000111011100110101001011010001011101011101000001010110101011110 | eba18ee6a5a2eba0adeba18ee6a5a2eba0ad5e |
UHC | 롎楢렭롎楢렭^ | 10001110110101001110101011111001100011101011101010001110110101001110101011111001100011101011101001011110 | 8ed4eaf98eba8ed4eaf98eba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)