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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?貍諶コユァ | 0011111111100110101111001111101110101010101110101101010110100111 | 3fe6bcfbaabad5a7 |
EUC-JP | 淎貍諶コユァ | 1000111111000111110110001110110010111110100011111101111010110101100011101011101010001110110101011000111010100111 | 8fc7d8ecbe8fdeb58eba8ed58ea7 |
UTF-8 | 淎貍諶コユァ | 111001101011011110001110111010001011001010001101111010001010101110110110111011111011110110111010111011111011111010010101111011111011110110100111 | e6b78ee8b28de8abb6efbdbaefbe95efbda7 |
UHC | ??諶??? | 00111111001111111110010010100110001111110011111100111111 | 3f3fe4a63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)