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 | 岳??吟?? | 1000101001111000001111110011111110001011111000010011111100111111 | 8a783f3f8be13f3f |
EUC-JP | 岳??吟?? | 1011001111011001001111110011111110110110111000110011111100111111 | b3d93f3fb6e33f3f |
UTF-8 | 岳롫떩吟됵쭅 | 111001011011001010110011111010111010000110101011111010111001011010101001111001011001000010011111111010111001000010110101111011001010110110000101 | e5b2b3eba1abeb96a9e5909feb90b5ecad85 |
UHC | 岳롫떩吟됵쭅 | 111001001011111110001110111010111000101110111011111010111110000110001001111011111010011110000001 | e4bf8eeb8bbbebe189efa781 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)