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 | ???枇も | 00111111001111110011111110010100111110001000001011100000 | 3f3f3f94f882e0 |
EUC-JP | ???枇も | 00111111001111110011111111001000111110101010010011100010 | 3f3f3fc8faa4e2 |
UTF-8 | ∼룶ㄱ枇も | 111000101000100010111100111010111010001110110110111000111000010010110001111001101001111010000111111000111000001010000010 | e288bceba3b6e384b1e69e87e38282 |
UHC | ∼룶ㄱ枇も | 10100001101011011000111110101011101001001010000111011101111011011010101011100010 | a1ad8faba4a1ddedaae2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)