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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 繒?禹?猿 | 1111101110001111001111111110001001011010001111111000100110001110 | fb8f3fe25a3f898e |
EUC-JP | 繒?禹?猿 | 100011111101010011010100001111111110001110111011001111111011000111101110 | 8fd4d43fe3bb3fb1ee |
UTF-8 | 繒렗禹렊猿 | 111001111011100110010010111010111010000010010111111001111010011010111001111010111010000010001010111001111000110010111111 | e7b992eba097e7a6b9eba08ae78cbf |
UHC | 繒렗禹렊猿 | 11110001111110011000111010101100111010011110000010001110101000011110101010111011 | f1f98eace9e08ea1eabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)