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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 濟弄?? | 111000000101101010011000010011010011111100111111 | e05a984d3f3f |
EUC-JP | 濟弄?? | 110111111011101111001111101011100011111100111111 | dfbbcfae3f3f |
UTF-8 | 濟弄렱멨 | 111001101011111110011111111001011011110010000100111010111010000010110001111010111010100110101000 | e6bf9fe5bc84eba0b1eba9a8 |
UHC | 濟弄렱멨 | 1111000010101101110101101110011110001110101111101011100011100101 | f0add6e78ebeb8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)