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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 謌瀧ィヲG | 11100110100010001001000111101011101010001010011001000111 | e68891eba8a647 |
EUC-JP | 謌瀧ィヲG | 111010111110100011000010111011011000111010101000100011101010011001000111 | ebe8c2ed8ea88ea647 |
UTF-8 | 謌瀧ィヲG | 11101000101011001000110011100111100000001010011111101111101111011010100011101111101111011010011001000111 | e8ac8ce780a7efbda8efbda647 |
UHC | ?瀧??G | 001111111101011011101001001111110011111101000111 | 3fd6e93f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)