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 | 歟??揖ф? | 100111110110001000111111001111111001011101001011100001001000011000111111 | 9f623f3f974b84863f |
EUC-JP | 歟??揖ф? | 110111011100001100111111001111111100110110101100101001111110011000111111 | ddc33f3fcdaca7e63f |
UTF-8 | 歟㏐랬揖ф콢 | 1110011010101101100111111110001110001111100100001110101110011110101011001110011010001111100101101101000110000100111011001011110110100010 | e6ad9fe38f90eb9eace68f96d184ecbda2 |
UHC | 歟㏐랬揖ф콢 | 111001101010001010100111111010101011011110101000111010111110011110101100111001101011000110011010 | e6a2a7eab7a8ebe7ace6b19a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)