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 | ÚÛÅÕ\ | 1000111011011010100011101101101110001111110001011101010101011100 | 8eda8edb8fc5d55c |
SJIS-WIN | ???????\ | 0011111100111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f3f5c |
EUC-JP | ?Ú?Û?ÅÕ\ | 00111111100011111010101011100010001111111000111110101010111001010011111110001111101010101010100110001111101010101101100001011100 | 3f8faae23f8faae53f8faaa98faad85c |
UTF-8 | ÚÛÅÕ\ | 110000101000111011000011100110101100001010001110110000111001101111000010100011111100001110000101110000111001010101011100 | c28ec39ac28ec39bc28fc385c3955c |
UHC | ???????\ | 0011111100111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)