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 | ?ヨ??? | 001111111000001110001000001111110011111100111111 | 3f83883f3f3f |
EUC-JP | ?ヨ??? | 001111111010010111101000001111110011111100111111 | 3fa5e83f3f3f |
UTF-8 | 筽ヨ궡料껧 | 111001111010110110111101111000111000001110101000111010101011011010100001111011111010011010111110111010101011101110100111 | e7adbde383a8eab6a1efa6beeabba7 |
UHC | 筽ヨ궡料껧 | 11101000101001001010101111101000100000101011010011101000111101111000010001000010 | e8a4abe882b4e8f78442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)