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 | ?????K | 001111110011111100111111001111110011111101001011 | 3f3f3f3f3f4b |
SJIS-WIN | 軏情摺贒オK | 11111011101100101000111111101110100100001010000011111011101011111011010101001011 | fbb28fee90a0fbafb54b |
EUC-JP | 軏情摺贒オK | 10001111111000001101100110111110111100001100000010100010100011111101111111000011100011101011010101001011 | 8fe0d9bef0c0a28fdfc38eb54b |
UTF-8 | 軏情摺贒オK | 11101000101110111000111111100110100000111000010111100110100100011011101011101000101101001001001011101111101111011011010101001011 | e8bb8fe68385e691bae8b492efbdb54b |
UHC | ?情摺??K | 0011111111101111110101111110111111001001001111110011111101001011 | 3fefd7efc93f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)