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 | 瀟蜥}瀟蜥{^ | 1110000001101110111001011001001001111101111000000110111011100101100100100111101101011110 | e06ee5927de06ee5927b5e |
EUC-JP | 瀟蜥}瀟蜥{^ | 1101111111001111111010011111001001111101110111111100111111101001111100100111101101011110 | dfcfe9f27ddfcfe9f27b5e |
UTF-8 | 瀟蜥}瀟蜥{^ | 111001111000000010011111111010001001110010100101011111011110011110000000100111111110100010011100101001010111101101011110 | e7809fe89ca57de7809fe89ca57b5e |
UHC | 瀟?}瀟?{^ | 111000011011111000111111011111011110000110111110001111110111101101011110 | e1be3f7de1be3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)