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{^ | 0011111110010011010010000100111001111101001111111001001101001000010011100111101101011110 | 3f93484e7d3f93484e7b5e |
EUC-JP | ?滴N}?滴N{^ | 0011111111000101101010010100111001111101001111111100010110101001010011100111101101011110 | 3fc5a94e7d3fc5a94e7b5e |
UTF-8 | 뤛滴N}뤛滴N{^ | 1110101110100100100110111110011010111011101101000100111001111101111010111010010010011011111001101011101110110100010011100111101101011110 | eba49be6bbb44e7deba49be6bbb44e7b5e |
UHC | 뤛滴N}뤛滴N{^ | 10001111110010101110111011011001010011100111110110001111110010101110111011011001010011100111101101011110 | 8fcaeed94e7d8fcaeed94e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)