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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 芝?}芝?{^ | 100011101100010100111111011111011000111011000101001111110111101101011110 | 8ec53f7d8ec53f7b5e |
EUC-JP | 芝?}芝?{^ | 101111001100011100111111011111011011110011000111001111110111101101011110 | bcc73f7dbcc73f7b5e |
UTF-8 | 芝렡}芝렡{^ | 111010001000101010011101111010111010000010100001011111011110100010001010100111011110101110100000101000010111101101011110 | e88a9deba0a17de88a9deba0a17b5e |
UHC | 芝렡}芝렡{^ | 1111001010111001100011101011001001111101111100101011100110001110101100100111101101011110 | f2b98eb27df2b98eb27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)