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 | ク邊イ粨 | 1111000010101111101110001110011110110010101100101110001011101000 | f0afb8e7b2b2e2e8 |
EUC-JP | ?ク邊イ粨 | 001111111000111010111000111011101011010010001110101100101110010011101010 | 3f8eb8eeb48eb2e4ea |
UTF-8 | ク邊イ粨 | 111011101000000110101110111011111011110110111000111010011000001010001010111011111011110110110010111001111011001010101000 | ee81aeefbdb8e9828aefbdb2e7b2a8 |
UHC | ??邊?? | 001111110011111111011100101010110011111100111111 | 3f3fdcab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)