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 | 漬?宰℃ | 10010010110100000011111110001101110010011000000110001110 | 92d03f8dc9818e |
EUC-JP | 漬?宰℃ | 11000100110100100011111110111010110010111010000111101110 | c4d23fbacba1ee |
UTF-8 | 漬렠宰℃ | 111001101011110010101100111010111010000010100000111001011010111010110000111000101000010010000011 | e6bcaceba0a0e5aeb0e28483 |
UHC | 漬렠宰℃ | 1111001010110000100011101011000111101110101001011010000111001001 | f2b08eb1eea5a1c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)