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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 枝?址??鷄F | 10001110011111010011111110011010101011000011111100111111111010100101000001000110 | 8e7d3f9aac3f3fea5046 |
EUC-JP | 枝?址??鷄F | 10111011110111100011111111010100101011100011111100111111111100111011000101000110 | bbde3fd4ae3f3ff3b146 |
UTF-8 | 枝렔址멱렓鷄F | 11100110100111101001110111101011101000001001010011100101100111011000000011101011101010011011000111101011101000001001001111101001101101111000010001000110 | e69e9deba094e59d80eba9b1eba093e9b78446 |
UHC | 枝렔址멱렓鷄F | 11110010101010111000111010101001111100101010001110111000111010001000111010101000110011011010111001000110 | f2ab8ea9f2a3b8e88ea8cdae46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)