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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 溿シ譏、溿 | 1111101101001010101111001110011010011000101001001111101101001010 | fb4abce698a4fb4a |
EUC-JP | 溿シ譏、溿 | 100011111100100010110001100011101011110011101011111110001000111010100100100011111100100010110001 | 8fc8b18ebcebf88ea48fc8b1 |
UTF-8 | 溿シ譏、溿 | 111001101011101010111111111011111011110110111100111010001010110110001111111011111011110110100100111001101011101010111111 | e6babfefbdbce8ad8fefbda4e6babf |
UHC | ??譏?? | 001111110011111111010001110000010011111100111111 | 3f3fd1c13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)