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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 葬?葬捧??F | 10010001100100100011111110010001100100101001010111111001001111110011111101000110 | 91923f919295f93f3f46 |
EUC-JP | 葬?葬捧??F | 11000001111100100011111111000001111100101100101011111011001111110011111101000110 | c1f23fc1f2cafb3f3f46 |
UTF-8 | 葬렱葬捧렔렔F | 11101000100100011010110011101011101000001011000111101000100100011010110011100110100011011010011111101011101000001001010011101011101000001001010001000110 | e891aceba0b1e891ace68da7eba094eba09446 |
UHC | 葬렱葬捧렔렔F | 11101101111101111000111010111110111011011111011111011100111010011000111010101001100011101010100101000110 | edf78ebeedf7dce98ea98ea946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)