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 | ?????OF | 00111111001111110011111100111111001111110100111101000110 | 3f3f3f3f3f4f46 |
SJIS-WIN | 町私?瀞?OF | 10010010101011001000111010000100001111111001001111010010001111110100111101000110 | 92ac8e843f93d23f4f46 |
EUC-JP | 町私?瀞?OF | 11000100101011101011101111100100001111111100011011010100001111110100111101000110 | c4aebbe43fc6d43f4f46 |
UTF-8 | 町私狼瀞렚OF | 1110011110010100101110101110011110100111100000011110111110100100101010111110011110000000100111101110101110100000100110100100111101000110 | e794bae7a781efa4abe7809eeba09a4f46 |
UHC | 町私狼瀞렚OF | 111011111110101111011110111001111101001010101010111011111110011110001110101011010100111101000110 | efebdee7d2aaefe78ead4f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)