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 | 鋕璽錝辞 | 1111101111010100100011101010001111111011110111011000111010101011 | fbd48ea3fbdd8eab |
EUC-JP | 鋕璽錝辞 | 10001111111001001100000010111100101001011000111111100100110110111011110010101101 | 8fe4c0bca58fe4dbbcad |
UTF-8 | 鋕璽錝辞 | 111010011000101110010101111001111001001010111101111010011000110010011101111010001011111010011110 | e98b95e792bde98c9de8be9e |
UHC | ?璽?? | 0011111111011111110111100011111100111111 | 3fdfde3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)