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 | 諸シ閨檻 | 11111011101010011011110011101000100000011001111101000010 | fba9bce8819f42 |
EUC-JP | ?シ閨檻 | 00111111100011101011110011101111111000011101110110100011 | 3f8ebcefe1dda3 |
UTF-8 | 諸シ閨檻 | 111011111010100010100010111011111011110110111100111010011001011010101000111001101010101010111011 | efa8a2efbdbce996a8e6aabb |
UHC | ??閨檻 | 001111110011111111010000101100011111100111100011 | 3f3fd0b1f9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)