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 | 霓ゆ?釗 | 11101000101111011000001011100100001111111111101110111011 | e8bd82e43ffbbb |
EUC-JP | 霓ゆ?釗 | 1111000010111111101001001110011000111111100011111110001110100110 | f0bfa4e63f8fe3a6 |
UTF-8 | 霓ゆ렔釗 | 111010011001110010010011111000111000001010000110111010111010000010010100111010011000011110010111 | e99c93e38286eba094e98797 |
UHC | 霓ゆ렔釗 | 1110011111100111101010101110011010001110101010011110000111110010 | e7e7aae68ea9e1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)