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 | YfYf^ | 100010100101100110011100011001101000101001011001100111000110011001011110 | 8a599c668a599c665e |
SJIS-WIN | ?Y?f?Y?f^ | 001111110101100100111111011001100011111101011001001111110110011001011110 | 3f593f663f593f665e |
EUC-JP | ?Y?f?Y?f^ | 001111110101100100111111011001100011111101011001001111110110011001011110 | 3f593f663f593f665e |
UTF-8 | YfYf^ | 11000010100010100101100111000010100111000110011011000010100010100101100111000010100111000110011001011110 | c28a59c29c66c28a59c29c665e |
UHC | ?Y?f?Y?f^ | 001111110101100100111111011001100011111101011001001111110110011001011110 | 3f593f663f593f665e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)