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ØvfØvB | 1001100001100110100111001101100001110110100110000110011010011100110110000111011001000010 | 98669cd87698669cd87642 |
SJIS-WIN | ?f??v?f??vB | 0011111101100110001111110011111101110110001111110110011000111111001111110111011001000010 | 3f663f3f763f663f3f7642 |
EUC-JP | ?f?Øv?f?ØvB | 001111110110011000111111100011111010100110101100011101100011111101100110001111111000111110101001101011000111011001000010 | 3f663f8fa9ac763f663f8fa9ac7642 |
UTF-8 | fØvfØvB | 1100001010011000011001101100001010011100110000111001100001110110110000101001100001100110110000101001110011000011100110000111011001000010 | c29866c29cc39876c29866c29cc3987642 |
UHC | ?f?Øv?f?ØvB | 00111111011001100011111110101000101010100111011000111111011001100011111110101000101010100111011001000010 | 3f663fa8aa763f663fa8aa7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)