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 | 将蜿ォソ将ョ | 100011111010101111100101100011111010101110111111100011111010101110101110 | 8fabe58fabbf8fabae |
EUC-JP | 将蜿ォソ将ョ | 101111101010110111101001111011111000111010101011100011101011111110111110101011011000111010101110 | beade9ef8eab8ebfbead8eae |
UTF-8 | 将蜿ォソ将ョ | 111001011011000010000110111010001001110010111111111011111011110110101011111011111011110110111111111001011011000010000110111011111011110110101110 | e5b086e89cbfefbdabefbdbfe5b086efbdae |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)