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 | 前?址? | 100100010100111100111111100110101010110000111111 | 914f3f9aac3f |
EUC-JP | 前?址? | 110000011011000000111111110101001010111000111111 | c1b03fd4ae3f |
UTF-8 | 前렩址렟 | 111001011000100110001101111010111010000010101001111001011001110110000000111010111010000010011111 | e5898deba0a9e59d80eba09f |
UHC | 前렩址렟 | 1110111011110001100011101011011111110010101000111000111010110000 | eef18eb7f2a38eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)