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 | 靭驀缺阻 | 1001000001111000111010010111110111100011100111101001000101101010 | 9078e97de39e916a |
EUC-JP | 靭驀缺阻 | 1011111111011001111100011101111011100101111111101100000111001011 | bfd9f1dee5fec1cb |
UTF-8 | 靭驀缺阻 | 111010011001110110101101111010011010100110000000111001111011110010111010111010011001100010111011 | e99dade9a980e7bcbae998bb |
UHC | 靭驀缺阻 | 1110110011100101110110001110100111001100110000001111000011100110 | ece5d8e9ccc0f0e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)