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 | ????@B | 001111110011111100111111001111110100000001000010 | 3f3f3f3f4042 |
SJIS-WIN | 諱ッ閾殿@B | 111001101000000110101111111010001000011110010011011000010100000001000010 | e681afe88793614042 |
EUC-JP | 諱ッ閾殿@B | 11101011111000011000111010101111111011111110011111000101110000100100000001000010 | ebe18eafefe7c5c24042 |
UTF-8 | 諱ッ閾殿@B | 1110100010101011101100011110111110111101101011111110100110010110101111101110011010101110101111110100000001000010 | e8abb1efbdafe996bee6aebf4042 |
UHC | 諱??殿@B | 1111110111001001001111110011111111101110111111000100000001000010 | fdc93f3feefc4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)