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 | ??N}??N{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-WIN | 逎宮N}逎宮N{^ | 11100111101000111000101101111011010011100111110111100111101000111000101101111011010011100111101101011110 | e7a38b7b4e7de7a38b7b4e7b5e |
EUC-JP | 逎宮N}逎宮N{^ | 11101110101001011011010111011100010011100111110111101110101001011011010111011100010011100111101101011110 | eea5b5dc4e7deea5b5dc4e7b5e |
UTF-8 | 逎宮N}逎宮N{^ | 1110100110000000100011101110010110101110101011100100111001111101111010011000000010001110111001011010111010101110010011100111101101011110 | e9808ee5aeae4e7de9808ee5aeae4e7b5e |
UHC | ?宮N}?宮N{^ | 0011111111001111111000000100111001111101001111111100111111100000010011100111101101011110 | 3fcfe04e7d3fcfe04e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)