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 | 鋗ソシ鋗ソシ^ | 111110111101000010111111101111001111101111010000101111111011110001011110 | fbd0bfbcfbd0bfbc5e |
EUC-JP | 鋗ソシ鋗ソシ^ | 100011111110010011000001100011101011111110001110101111001000111111100100110000011000111010111111100011101011110001011110 | 8fe4c18ebf8ebc8fe4c18ebf8ebc5e |
UTF-8 | 鋗ソシ鋗ソシ^ | 11101001100010111001011111101111101111011011111111101111101111011011110011101001100010111001011111101111101111011011111111101111101111011011110001011110 | e98b97efbdbfefbdbce98b97efbdbfefbdbc5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)