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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 濡??軟??B | 100101000100011100111111001111111001001111101110001111110011111101000010 | 94473f3f93ee3f3f42 |
EUC-JP | 濡??軟??B | 110001111010100000111111001111111100011011110000001111110011111101000010 | c7a83f3fc6f03f3f42 |
UTF-8 | 濡뉖죿軟쇿래B | 11100110101111111010000111101011100010011001011011101100101000111011111111101000101110111001111111101100100001111011111111101011100111101001100001000010 | e6bfa1eb8996eca3bfe8bb9fec87bfeb9e9842 |
UHC | 濡뉖죿軟쇿래B | 11101011101000011000011111101011101000011001011111100110111000111001100111100101101101111010000101000010 | eba187eba197e6e399e5b7a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)