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 | 駿??? | 1000111101111000001111110011111100111111 | 8f783f3f3f |
EUC-JP | 駿?珽? | 10111101110110010011111110001111110010111111111000111111 | bdd93f8fcbfe3f |
UTF-8 | 駿렲珽렢 | 111010011010011110111111111010111010000010110010111001111000111110111101111010111010000010100010 | e9a7bfeba0b2e78fbdeba0a2 |
UHC | 駿렲珽렢 | 1111000111100111100011101011111111101111111010101000111010110011 | f1e78ebfefea8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)