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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 省アニ闔イ悉 | 100011111100100010110001110001101110100010001110101100101000111010111011 | 8fc8b1c6e88eb28ebb |
EUC-JP | 省アニ闔イ悉 | 101111101100101010001110101100011000111011000110111011111110111010001110101100101011110010111101 | beca8eb18ec6efee8eb2bcbd |
UTF-8 | 省アニ闔イ悉 | 111001111001110010000001111011111011110110110001111011111011111010000110111010011001011110010100111011111011110110110010111001101000001010001001 | e79c81efbdb1efbe86e99794efbdb2e68289 |
UHC | 省??闔?悉 | 111000001111110100111111001111111111100111101111001111111110001111111010 | e0fd3f3ff9ef3fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)