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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 裃≫則ナ | 11100101110111111000000111100010100100011010010111000101 | e5df81e291a5c5 |
EUC-JP | 裃≫則ナ | 1110101011100001101000101110010011000010101001111000111011000101 | eae1a2e4c2a78ec5 |
UTF-8 | 裃≫則ナ | 111010001010001110000011111000101000100110101011111001011000100110000111111011111011111010000101 | e8a383e289abe58987efbe85 |
UHC | ?≫則? | 001111111010000111101101111101101100111000111111 | 3fa1edf6ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)