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 | ??????K | 00111111001111110011111100111111001111110011111101001011 | 3f3f3f3f3f3f4b |
SJIS-WIN | 鬯ゥ讎頑イョK | 11101001101011001010100111100110101001101000101011100110101100101010111001001011 | e9aca9e6a68ae6b2ae4b |
EUC-JP | 鬯ゥ讎頑イョK | 11110010101011101000111010101001111011001010100010110100111010001000111010110010100011101010111001001011 | f2ae8ea9eca8b4e88eb28eae4b |
UTF-8 | 鬯ゥ讎頑イョK | 11101001101011001010111111101111101111011010100111101000101011101000111011101001101000001001000111101111101111011011001011101111101111011010111001001011 | e9acafefbda9e8ae8ee9a091efbdb2efbdae4b |
UHC | ???頑??K | 0011111100111111001111111110100011010111001111110011111101001011 | 3f3f3fe8d73f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)