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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?ワ?侑?? | 0011111110000011100011110011111110011000110100000011111100111111 | 3f838f3f98d03f3f |
EUC-JP | ?ワ?侑?? | 0011111110100101111011110011111111010000110100100011111100111111 | 3fa5ef3fd0d23f3f |
UTF-8 | 曆ワ퐣侑붹략 | 111011111010011010001011111000111000001110101111111011011001000010100011111001001011111010010001111010111011011010111001111010111001111010110101 | efa68be383afed90a3e4be91ebb6b9eb9eb5 |
UHC | 曆ワ퐣侑붹략 | 111001101011011110101011111011111011110110001100111010101110001010010100111001101011011110101011 | e6b7abefbd8ceae294e6b7ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)