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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鋠モシ鋠モシ^ | 111110111101010111010011101111001111101111010101110100111011110001011110 | fbd5d3bcfbd5d3bc5e |
EUC-JP | 鋠モシ鋠モシ^ | 100011111110010011000111100011101101001110001110101111001000111111100100110001111000111011010011100011101011110001011110 | 8fe4c78ed38ebc8fe4c78ed38ebc5e |
UTF-8 | 鋠モシ鋠モシ^ | 11101001100010111010000011101111101111101001001111101111101111011011110011101001100010111010000011101111101111101001001111101111101111011011110001011110 | e98ba0efbe93efbdbce98ba0efbe93efbdbc5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)