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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 粫城困 | 111000101110011010001111111010011000110110100010 | e2e68fe98da2 |
EUC-JP | 粫城困 | 111001001110100010111110111010111011101010100100 | e4e8beebbaa4 |
UTF-8 | 粫城困 | 111001111011001010101011111001011001111110001110111001011001101110110000 | e7b2abe59f8ee59bb0 |
UHC | ?城困 | 0011111111100000111100101100110111011101 | 3fe0f2cddd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)