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 | 湘ヲ焼ニ | 1111000011001001100011111100001110100110100011111100010011000110 | f0c98fc3a68fc4c6 |
EUC-JP | ?湘ヲ焼ニ | 001111111011111011000101100011101010011010111110110001101000111011000110 | 3fbec58ea6bec68ec6 |
UTF-8 | 湘ヲ焼ニ | 111011101000001010001000111001101011100110011000111011111011110110100110111001111000010010111100111011111011111010000110 | ee8288e6b998efbda6e784bcefbe86 |
UHC | ?湘??? | 001111111101111111001111001111110011111100111111 | 3fdfcf3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)