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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?何?岳 | 001111111000100110111101001111111000101001111000 | 3f89bd3f8a78 |
EUC-JP | ?何?岳 | 001111111011001010111111001111111011001111011001 | 3fb2bf3fb3d9 |
UTF-8 | 뤋何츕岳 | 111010111010010010001011111001001011110110010101111011001011100010010101111001011011001010110011 | eba48be4bd95ecb895e5b2b3 |
UHC | 뤋何츕岳 | 1000111110111011111110011011110010101110100011111110010010111111 | 8fbbf9bcae8fe4bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)