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 | 瘉瀲}瘉瀲{^ | 1110000110001000111000000111000101111101111000011000100011100000011100010111101101011110 | e188e0717de188e0717b5e |
EUC-JP | 瘉瀲}瘉瀲{^ | 1110000111101000110111111101001001111101111000011110100011011111110100100111101101011110 | e1e8dfd27de1e8dfd27b5e |
UTF-8 | 瘉瀲}瘉瀲{^ | 111001111001100010001001111001111000000010110010011111011110011110011000100010011110011110000000101100100111101101011110 | e79889e780b27de79889e780b27b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)