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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 滸企? | 1001111111110101100010101110100100111111 | 9ff58ae93f |
EUC-JP | 滸企? | 1101111011110111101101001110101100111111 | def7b4eb3f |
UTF-8 | 滸企렠 | 111001101011101110111000111001001011110010000001111010111010000010100000 | e6bbb8e4bc81eba0a0 |
UHC | 滸企렠 | 111110111100101011010000111010101000111010110001 | fbcad0ea8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)