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 | ?????ð | 001111110011111100111111001111110011111111110000 | 3f3f3f3f3ff0 |
SJIS-WIN | 予??鎰?? | 1001011101011100001111110011111111101000010011000011111100111111 | 975c3f3fe84c3f3f |
EUC-JP | 予??鎰?ð | 11001101101111010011111100111111111011111010110100111111100011111010100111000011 | cdbd3f3fefad3f8fa9c3 |
UTF-8 | 予쀫쪋鎰믦ð | 1110010010111010100010001110110010000000101010111110110010101010100010111110100110001110101100001110101110101111101001101100001110110000 | e4ba88ec80abecaa8be98eb0ebafa6c3b0 |
UHC | 予쀫쪋鎰믦ð | 111001011111100010010111111010111010010110000101111011001111000010010010111010001010100110100011 | e5f897eba585ecf092e8a9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)