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 | ??順? | 0011111100111111100011111000011100111111 | 3f3f8f873f |
EUC-JP | ??順? | 0011111100111111101111011110011100111111 | 3f3fbde73f |
UTF-8 | 롒栒順렰 | 111010111010000110010010111001101010000010010010111010011010000010000110111010111010000010110000 | eba192e6a092e9a086eba0b0 |
UHC | 롒栒順렰 | 1000111011010111111000101110001111100010111101111000111010111101 | 8ed7e2e3e2f78ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)