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 | ??地? | 0011111100111111100100100110111000111111 | 3f3f926e3f |
EUC-JP | 玎?地? | 10001111110010111101001000111111110000111100111100111111 | 8fcbd23fc3cf3f |
UTF-8 | 玎렠地렟 | 111001111000111010001110111010111010000010100000111001011001110010110000111010111010000010011111 | e78e8eeba0a0e59cb0eba09f |
UHC | 玎렠地렟 | 1110111111101001100011101011000111110010101000101000111010110000 | efe98eb1f2a28eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)