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 | ӹ|ӣͰ | 11010011101110010111110011010011101000111100110110110000 | d3b97cd3a3cdb0 |
SJIS-WIN | ??|?£?° | 001111110011111101111100001111111000000110010010001111111000000110001011 | 3f3f7c3f81923f818b |
EUC-JP | Ó?|ӣͰ | 100011111010101011010001001111110111110010001111101010101101000110100001111100101000111110101010101111111010000111101011 | 8faad13f7c8faad1a1f28faabfa1eb |
UTF-8 | ӹ|ӣͰ | 11000011100100111100001010111001011111001100001110010011110000101010001111000011100011011100001010110000 | c393c2b97cc393c2a3c38dc2b0 |
UHC | ?¹|???° | 001111111010100111110110011111000011111100111111001111111010000111000110 | 3fa9f67c3f3f3fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)